8 lines
120 B
C
8 lines
120 B
C
#ifndef _FAKELIBC_INTTYPES_H
|
|
#define _FAKELIBC_INTTYPES_H
|
|
|
|
#define PRIx32 "x"
|
|
|
|
/* From ifndef at top of file: */
|
|
#endif
|