|
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: 233 (0xe9) Types: TextFile Names: »iamalive.c«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/musbus/iamalive.c« └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/musbus/iamalive.c«
/* * echo argv[1] without \n, to tell user we are still alive * * $Header: iamalive.c,v 3.4 87/06/22 14:23:22 kjmcdonell Beta $ */ main(argc, argv) int argc; char *argv[]; { if (argc == 2) printf("%s ", argv[1]); exit(0); }