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 - download

⟦54115e9ce⟧ TextFile

    Length: 365 (0x16d)
    Types: TextFile
    Names: »testreg.c«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/emacs/gdb/testreg.c« 

TextFile

main (argc, argv)
     int argc;
     char **argv;
{
  register int d1 = 34;
  register int d2 = 35;
  register int d3 = 36;
  register int d4 = 37;
  register char *a1 = "1";
  register char *a2 = "2";
  register char *a3 = "3";
  register char *a4 = "4";
  register char *a5 = "5";
  int x[4];
  foo ();
  foo (0x222, abort (), 0x444);
}

foo ()
{
  return 22;
}