an ival doesn't always has a storage class anymore
[fw/sdcc] / src / SDCCglue.h
index 3d9683e7681a192c2ea3f1c54360e979727dd821..6b3a3b3ce192cd32529b02ff0b650a80c7a884c4 100644 (file)
 #ifndef SDCCGLUE_H
 #define SDCCGLUE_H 1
 
-void glue ();
+void glue (void);
 /* drdani Jan 30 2000
    This is needed in gen.c of z80 port */
 char *aopLiteral (value *, int);
 void flushStatics (void);
+int printIvalCharPtr (symbol *, sym_link *, value *, FILE *);
 
 extern symbol *interrupts[];
 extern set *publics;
 extern set *tmpfileSet;
+
+void rm_tmpfiles (void);
+int 
+pointerTypeToGPByte (const int p_type, const char *iname, const char *oname);
+
 #endif