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

⟦0e515847e⟧ TextFile

    Length: 331 (0x14b)
    Types: TextFile
    Names: »test3.c«

Derivation

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

TextFile

enum foo {foo1, foo2};

static double statdouble;

newfun (ac)
     struct haha {int a; } ac;
{
}

struct temp {int a; };

bar (a)
     enum foo a;
{
  static int lose;
  double happy;
  typedef int myint;

  {
    union wow { int a; char b; } wowvar;
    static union wow wowvar1;
    typedef int yourint;
    char *winner;
  }
}