URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libcsupport/] [include/] [inttypes.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * inttypes.h * * ISO C99 Format conversion of integer types. * * inttypes.h,v 1.1 2002/04/16 13:23:40 joel Exp */ #ifndef __INTTYPES_H #define __INTTYPES_H #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #ifdef __cplusplus } #endif #endif