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

⟦2038b075a⟧ TextFile

    Length: 121 (0x79)
    Types: TextFile
    Names: »printf.c«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/gnuplot/bugtest/printf.c« 

TextFile

#include <stdio.h>

main()
{
    printf("%g %g %g %g %g %g %g\n",
		 2., 20., 200., 2000., 20000., 200000., 2000000.);
}