Go to the source code of this file.
◆ match_line()
Definition at line 72 of file match.c.
73{
75
76 if ( *
Line ==
'\n' || *
Line ==
'\0' )
77 return 1;
79 return 1;
80
83
84
85
86
87
88 return (
int)(
Line[0]);
89}
int strncmp(const char *String1, const char *String2, ACPI_SIZE Count)
static int match_break(FILE *outFile, char *Line, int processed)
static int match_mod(FILE *outFile, char *Line, int processed)
static int processed(const type_t *type)
Referenced by translate_files().