#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "Clib_func.h"#include "iscode.h"#include "pspec.h"#include "ptree.h"#include "symboldef.h"#include "util.h"#include "standardtypes.h"Include dependency graph for Clib_func.c:

Functions | |
| FILE * | fopen () |
| void | Clib_error (void) |
| bool | match (int c, FILE *fp) |
| char * | get_id (FILE *fp) |
| symboltable * | create_param_table (FILE *fp) |
| void | addCfunction (FILE *fp) |
| int | yyparse () |
| void | read_Cfunc_spec (char *fname) |
| void | init_Cfunc_table (void) |
| void | Clib_code (void) |
Variables | |
| int | Cfunc_spec |
| char | file_spec [] |
| char | file_impl [] |
| char * | Cfunc_spec_file [] |
| FILE ** | fp_spec |
| FILE * | fp_impl |
| parsex * | spec |
| parsex * | impl |
| symboltable * | Cuse_files |
| symboltable * | Clib_functions |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6