unistd.h (135B)
1 #ifndef _UNISTD_H_ 2 #define _UNISTD_H_ 3 4 #include <stddef.h> 5 6 int brk(void *addr); 7 void *sbrk(ssize_t increment); 8 9 #endif // _UNISTD_H_
matter.cCross-platform minimalist libc | |
| git clone git://git.finwo.net/lib/matter.c | |
| Log | Files | Refs | README | LICENSE |