Numworks Epsilon
1.4.1
Graphing Calculator Operating System
stddef.h
Go to the documentation of this file.
1
#ifndef LIBA_STDDEF_H
2
#define LIBA_STDDEF_H
3
4
#define NULL 0
5
6
typedef
int
ssize_t
;
7
typedef
unsigned
int
size_t
;
8
9
#define offsetof(type, field) __builtin_offsetof(type, field)
10
11
#endif
size_t
unsigned int size_t
Definition:
stddef.h:7
ssize_t
int ssize_t
Definition:
stddef.h:6
epsilon
liba
include
stddef.h
Generated by
1.8.14