|
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 - downloadIndex: T t
Length: 1303 (0x517) Types: TextFile Names: »test.c«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/dsap/common/test.c«
/* test.c - */ #ifndef lint static char *rcsid = "$Header: /f/osi/dsap/common/RCS/test.c,v 6.0 89/03/18 23:27:53 mrose Rel $"; #endif /* * $Header: /f/osi/dsap/common/RCS/test.c,v 6.0 89/03/18 23:27:53 mrose Rel $ * * * $Log: test.c,v $ * Revision 6.0 89/03/18 23:27:53 mrose * Release 5.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #include "quipu/util.h" #include "quipu/entry.h" main () { char buffer [200]; Attr_Sequence as; extern PS opt; extern int parse_line; extern int parse_status; extern char * TidyString (); extern int quipu_nofree_malloc; isodetailor ("test",1); load_oid_table ("../dua/oidtable"); quipu_nofree_malloc = TRUE; parse_line = 0; parse_error ("Attribute parser %s","test"); for (;;) { (void) fprintf (stderr,"-> "); if (gets (buffer) == 0) exit (0); parse_status = 0; as = str2as (TidyString(buffer)); if (as == NULLATTR) (void) fprintf (stderr,"NULL value\n"); else if (parse_status == 0) as_print (opt,as,READOUT); } } AttrV_do_decode () {;} int (*picture_display)(); char * picture_process; crefs_free (){;}