utils

prototype.h

Go to the documentation of this file.
00001 /* g_rc.c */
00002 SCM g_rc_gschlas_version(SCM version);
00003 SCM g_rc_force_boundingbox(SCM mode);
00004 /* g_register.c */
00005 void g_register_funcs(void);
00006 SCM g_quit(void);
00007 /* globals.c */
00008 /* gschlas.c */
00009 void gschlas_quit(void);
00010 void main_prog(void *closure, int argc, char *argv[]);
00011 int main(int argc, char *argv[]);
00012 /* i_vars.c */
00013 void i_vars_set(TOPLEVEL *pr_current);
00014 /* parsecmd.c */
00015 void usage(char *cmd);
00016 int parse_commandline(int argc, char *argv[]);
00017 /* s_util.c */
00018 void s_util_embed(TOPLEVEL *pr_current, int embed_mode);
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines