URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20030626-1.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
char buf[10]; extern void abort (void); extern int sprintf (char*, const char*, ...); int main() { int l = sprintf (buf, "foo\0bar"); if (l != 3) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log