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

⟦ed70cdb33⟧ TextFile

    Length: 224 (0xe0)
    Types: TextFile
    Names: »filetest.c«, »main.c«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/lib/main.c« 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/tests/filetest.c« 

TextFile

#include <stdio.h>
#include "extfil.h"

main(argc, argv)
     int argc;
     char *argv[];
{
  EX_FILES F;

  InitProgName(argv[0], "/tmp");
  FExInit();
  FExOpen(&F, EFT_READ, EFQ_RCS_CO, argv[1], NULL);
  FExClose(&F);
}