summaryrefslogtreecommitdiff
path: root/soh/include/libc/stddef.h
blob: 8f57cf4f6725690cea0419505ecf7d8bd406524a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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