URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [inline-4.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
#include "inline-4.h" extern int printf (const char *, ...); int main(void) { printf (getstring()); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log