URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [src/] [tools/] [ff.c] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
int main(int argc, char *argv[]) { int f = -1; int i, top; if (argc==2) top=atoi (argv[1]); else top = 1000000; for (i=0; i<top; i++) write (1, &f, 4); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log