|
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: 478 (0x1de) Types: TextFile Names: »vers.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Trek73/src/vers.c«
#ident "@(#) TREK73 $Header: vers.c,v 1.1 87/10/09 11:13:48 okamoto Exp $" /* * $Source: /ccc/okamoto/src/trek/src/RCS/vers.c,v $ * * $Header: vers.c,v 1.1 87/10/09 11:13:48 okamoto Exp $ * * $Log: vers.c,v $ * Revision 1.1 87/10/09 11:13:48 11:13:48 okamoto (Jeff Okamoto) * Initial revision * */ /* * TREK73: vers.c * * version */ vers() { extern char version[]; printf("%s\n", version); printf("Jeff Okamoto, Peter Yee, and Roger Noe\n"); return 1; }