(2006-08-06) rescue-bootcd
This commit is contained in:
18
extra/syslinux-3.09/com32/include/bitsize/stdintconst.h
Normal file
18
extra/syslinux-3.09/com32/include/bitsize/stdintconst.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* bits32/stdintconst.h
|
||||
*/
|
||||
|
||||
#ifndef _BITSIZE_STDINTCONST_H
|
||||
#define _BITSIZE_STDINTCONST_H
|
||||
|
||||
#define INT_FAST16_C(c) INT32_C(c)
|
||||
#define INT_FAST32_C(c) INT32_C(c)
|
||||
|
||||
#define UINT_FAST16_C(c) UINT32_C(c)
|
||||
#define UINT_FAST32_C(c) UINT32_C(c)
|
||||
|
||||
#define INTPTR_C(c) INT32_C(c)
|
||||
#define UINTPTR_C(c) UINT32_C(c)
|
||||
#define PTRDIFF_C(c) INT32_C(c)
|
||||
|
||||
#endif /* _BITSIZE_STDINTCONST_H */
|
||||
Reference in New Issue
Block a user