DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦50d4bc59f⟧ TextFile

    Length: 292 (0x124)
    Types: TextFile
    Names: »saxer2.c«

Derivation

└─⟦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« 

TextFile

/* 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;
}