slcc/fakelibc/inttypes.h

8 lines
120 B
C
Raw Permalink Normal View History

#ifndef _FAKELIBC_INTTYPES_H
#define _FAKELIBC_INTTYPES_H
#define PRIx32 "x"
/* From ifndef at top of file: */
#endif