|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 292 (0x124) Types: TextFile Names: »saxer2.c«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/saxer/saxer2.c« └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/saxer/saxer2.c«
/* Program #2 John Saxer system call */ #ifndef WORK # define WORK getpid() #endif #ifndef CONSTANT # define CONSTANT 10000 #endif main() { register int i; for ( i=0; i<CONSTANT; i++ ) WORK; }