|
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: 385 (0x181) Types: TextFile Names: »test.c«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/others/interim/test.c«
#include <stdio.h> #include "isoaddrs.h" main () { char buffer [1024]; char *ptr; isodetailor ("test",1); for (;;) { (void) fprintf (stderr,"-> "); if (gets (buffer) == 0) exit (0); ptr = paddr2str(str2paddr(buffer),0); if (strcmp(ptr,buffer) != 0) fprintf (stderr,"MISMATCH: %s\n",ptr); else fprintf (stderr,"OK\n"); } }