URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [ginclude/] [stdint-wrap.h] - Rev 760
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