]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codegen.h
Allow any number of optional braces around all initializers as required by the standard
[cc65] / src / cc65 / codegen.h
index ff9b1830651c99980fe8334214f351f64412771e..15a6872bce4a64976a776f9841e0681ded30cfe0 100644 (file)
@@ -155,6 +155,9 @@ void g_defexport (const char* Name, int ZP);
 void g_defimport (const char* Name, int ZP);
 /* Import the given label */
 
+void g_importmainargs (void);
+/* Forced import of a special symbol that handles arguments to main */
+
 
 
 /*****************************************************************************/