|
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: 365 (0x16d) Types: TextFile Names: »testreg.c«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/gnu-31mar87/emacs/gdb/testreg.c« └─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« └─⟦fa971747f⟧ └─⟦this⟧ »dist-18.55/gdb/testreg.c«
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; }