1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

New option --output-file.

This commit is contained in:
Bruno Haible
2003-01-28 12:18:10 +00:00
parent 281d151d8e
commit f54d310530
8 changed files with 73 additions and 2 deletions

View File

@@ -132,6 +132,13 @@ Options::get_input_file_name () const
return _input_file_name;
}
/* Returns the output file name. */
INLINE const char *
Options::get_output_file_name () const
{
return _output_file_name;
}
/* Returns the iterations value. */
INLINE int
Options::get_iterations () const