1 /* rdlib.h Functions for manipulating librarys of RDOFF object files */
6 FILE * fp
; /* initialised to NULL - always check*/
7 int referenced
; /* & open if required. Close afterwards */
8 struct librarynode
* next
; /* if ! referenced. */
14 int rdl_searchlib (struct librarynode
* lib
,
15 const char * label
, rdffile
* f
);
16 void rdl_perror(const char *apname
, const char *filename
);