URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [inline-4.c] - Rev 298
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