Mercurial > hg > octave-nkf
diff src/utils.h @ 444:ba637cc5c5f3
[project @ 1994-06-02 17:15:07 by jwe]
author | jwe |
---|---|
date | Thu, 02 Jun 1994 17:15:07 +0000 |
parents | 0b52c68ec81f |
children | a01a9db8ab69 |
line wrap: on
line diff
--- a/src/utils.h +++ b/src/utils.h @@ -79,7 +79,8 @@ extern int keyword_almost_match (const char **std, int *min_len, const char *s, int min_toks_to_match, int max_toks); -extern char **get_fcn_file_names (int& ffl_len, const char *dir, int no_suffix); +extern char **get_fcn_file_names (int& ffl_len, const char *dir, + int no_suffix); extern char **get_fcn_file_names (int& ffl_len, int no_suffix); extern int NINT (double x); extern double D_NINT (double x);