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