URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [ginclude/] [stdint-wrap.h] - Rev 856
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _GCC_WRAP_STDINT_H #if __STDC_HOSTED__ # include_next <stdint.h> #else # include "stdint-gcc.h" #endif #define _GCC_WRAP_STDINT_H #endif
Go to most recent revision | Compare with Previous | Blame | View Log