|
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 - download
Length: 299 (0x12b) Types: TextFile Names: »def.func_tab.h«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/hack/def.func_tab.h« └─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/gnu-31mar87/hack/def.func_tab.h«
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* def.func_tab.h - version 1.0.2 */ struct func_tab { char f_char; int (*f_funct)(); }; extern struct func_tab cmdlist[]; struct ext_func_tab { char *ef_txt; int (*ef_funct)(); }; extern struct ext_func_tab extcmdlist[];