Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stddef.h File Reference

Go to the source code of this file.

Macros

#define NULL   0
 
#define offsetof(type, field)   __builtin_offsetof(type, field)
 

Typedefs

typedef int ssize_t
 
typedef unsigned int size_t
 

Macro Definition Documentation

◆ NULL

#define NULL   0

Definition at line 4 of file stddef.h.

◆ offsetof

#define offsetof (   type,
  field 
)    __builtin_offsetof(type, field)

Definition at line 9 of file stddef.h.

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 7 of file stddef.h.

◆ ssize_t

typedef int ssize_t

Definition at line 6 of file stddef.h.