ISLEC
Version 4.2
|
Clear all commented lines (started with the character '#') and black lines included in a user specified ISLEC database file. More...
Go to the source code of this file.
Macros | |
#define | STRING_LENGTH 1024 |
Defined length of a readed line used by the C library function fgets() More... | |
Functions | |
bool | clear_comments (char *input, char *temp) |
Clear all commented sentences in a islec database file, and then write databank to a temporary file named using the defination of TEMP_FILE. More... | |
Clear all commented lines (started with the character '#') and black lines included in a user specified ISLEC database file.
Definition in file clear_comments.c.
#define STRING_LENGTH 1024 |
Defined length of a readed line used by the C library function fgets()
Definition at line 34 of file clear_comments.c.
bool clear_comments | ( | char * | input, |
char * | temp | ||
) |
Clear all commented sentences in a islec database file, and then write databank to a temporary file named using the defination of TEMP_FILE.
[in] | input | The file name of a islec database file |
[in] | temp | The file name of a temporary file |
Definition at line 53 of file clear_comments.c.