source: bootcd/isolinux/syslinux-6.03/com32/include/bitsize64/stddef.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 125 bytes
Line 
1/*
2 * bits64/stddef.h
3 */
4
5#define _SIZE_T
6typedef unsigned long size_t;
7
8#define _PTRDIFF_T
9typedef signed long ptrdiff_t;
10
Note: See TracBrowser for help on using the repository browser.