#include <stdio.h>#include <sys/types.h>#include "defs.h"#include "srcpos.h"#include "glob.h"#include "errors.h"
Go to the source code of this file.
Functions | |
| void | Generate_Tlog (char *phase_name, char *trans_name, SRCPOS srcpos, char *keyword, char *input_string, char *output_string, char *aux_info_string) |
Variables | |
| static char * | dummy_word = "(null)" |
| void Generate_Tlog | ( | char * | phase_name, | |
| char * | trans_name, | |||
| SRCPOS | srcpos, | |||
| char * | keyword, | |||
| char * | input_string, | |||
| char * | output_string, | |||
| char * | aux_info_string | |||
| ) |
char* dummy_word = "(null)" [static] |
Definition at line 44 of file tlog.c.
Referenced by Generate_Tlog().
1.7.1