#include <stdio.h>#include <stdlib.h>#include <cmplrs/rcodes.h>#include "wfe_misc.h"#include "glob.h"

Go to the source code of this file.
Functions/Subroutines | |
| char * | gnu_init (INT argc, char **argv, char **envp) |
| void | compile_file (const char *) |
| void | check_gnu_errors (INT *, INT *) |
| int | main (INT argc, char **argv, char **envp) |
| void compile_file | ( | const char * | ) |
| char* gnu_init | ( | INT | argc, | |
| char ** | argv, | |||
| char ** | envp | |||
| ) |
| int main | ( | INT | argc, | |
| char ** | argv, | |||
| char ** | envp | |||
| ) |
Definition at line 57 of file main.c.
References BOOL, check_gnu_errors(), compile_file(), error_count, exit(), gnu_init(), INT, NULL, Orig_Src_File_Name, RC_INTERNAL_ERROR, RC_NEED_INLINER, RC_OKAY, RC_USER_ERROR, Terminate(), warnings_are_errors, WFE_Check_Errors(), WFE_File_Finish(), WFE_File_Init(), WFE_Finish(), and WFE_Init().
1.5.6