source:
bootcd/isolinux/syslinux-6.03/com32/include/bitsize32/stddef.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | /* |
2 | * bits32/stddef.h |
3 | */ |
4 | |
5 | #define _SIZE_T |
6 | typedef unsigned int size_t; |
7 | |
8 | #define _PTRDIFF_T |
9 | typedef signed long ptrdiff_t; |
Note: See TracBrowser
for help on using the repository browser.