DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T i

⟦475e614b8⟧ TextFile

    Length: 565 (0x235)
    Types: TextFile
    Names: »ioutil.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦4ef0278ca⟧ »./binutils.tar.Z« 
        └─⟦3761b9c35⟧ 
            └─⟦this⟧ »binutils/hp-bin/ioutil.h« 

TextFile

extern char *iou_program_name;
extern void iou_set_program_name ();
extern void iou_abort ();
extern void iou_abort_handler_bind ();
extern void iou_warning ();
extern void iou_error ();
extern void iou_fatal_error ();
extern void iou_call_warning ();
extern void iou_call_error ();
extern void iou_stat ();
extern void iou_unlink ();
extern int iou_open ();
extern void iou_close ();
extern long iou_lseek ();
extern int iou_read ();
extern void iou_write ();
extern char *iou_malloc ();
extern char *iou_realloc ();
#define iou_free free
extern void iou_free ();