Shipwright/soh/include/libc/stddef.h
briaguya 8888fb2ec1
Master Quest (#3) (#1632)
Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>

Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com>
Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
2022-09-29 19:07:48 -04:00

22 lines
274 B
C

#ifndef STDDEF_H
#define STDDEF_H
#include <stddef.h>
//#ifndef __cplusplus
//#define NULL ((void*)0)
//#else
//#define NULL nullptr
//#endif
#if 0
#define size_t unsigned long
#define ssize_t long
#endif
//typedef unsigned long size_t;
//typedef long ssize_t;
#endif