source: bootcd/isolinux/syslinux-6.03/com32/include/bitsize32/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: 123 bytes
Line 
1/*
2 * bits32/stddef.h
3 */
4
5#define _SIZE_T
6typedef unsigned int size_t;
7
8#define _PTRDIFF_T
9typedef signed long ptrdiff_t;
Note: See TracBrowser for help on using the repository browser.