X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcodegen.h;h=15a6872bce4a64976a776f9841e0681ded30cfe0;hb=c130e597b013e37c94afd6651be1e8859ba7e5ac;hp=ff9b1830651c99980fe8334214f351f64412771e;hpb=c123666d24e5dda1e7242b0c31b90c8cea769f82;p=cc65 diff --git a/src/cc65/codegen.h b/src/cc65/codegen.h index ff9b18306..15a6872bc 100644 --- a/src/cc65/codegen.h +++ b/src/cc65/codegen.h @@ -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 */ + /*****************************************************************************/