/[osn-commons]/trunk/plibc/lib/stddef.h
ViewVC logotype

Contents of /trunk/plibc/lib/stddef.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Fri Aug 16 18:34:43 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 241 byte(s)
feat: add basic utilities and more system calls

1 #ifndef PLIBC_STDDEF_H
2 #define PLIBC_STDDEF_H
3
4 typedef long int ptrdiff_t;
5 typedef unsigned long int size_t;
6 typedef long int ssize_t;
7 typedef long int off_t;
8 typedef long int intptr_t;
9
10 #define NULL ((void *) 0)
11
12 #endif /* PLIBC_STDDEF_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26