diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-22 21:22:21 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-22 21:22:21 +0200 |
| commit | 4df1db21e48325d63f3ca4082e16e4fdf39d3a45 (patch) | |
| tree | 0a5e47340ba456d7ed4c6c54a42632659ba4bd39 /include | |
| parent | ignore cover files (diff) | |
| download | gensvm-4df1db21e48325d63f3ca4082e16e4fdf39d3a45.tar.gz gensvm-4df1db21e48325d63f3ca4082e16e4fdf39d3a45.zip | |
add unit tests for string utilities
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_strutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h index efaa5ec..acdd0c0 100644 --- a/include/gensvm_strutil.h +++ b/include/gensvm_strutil.h @@ -19,7 +19,7 @@ bool str_startswith(const char *str, const char *pre); bool str_endswith(const char *str, const char *suf); void next_line(FILE *fid, char *filename); -void get_line(FILE *fid, char *filename, char *buffer); +char *get_line(FILE *fid, char *filename, char *buffer); double get_fmt_double(FILE *fid, char *filename, const char *fmt); long get_fmt_long(FILE *fid, char *filename, const char *fmt); |
