Mercurial > hg > octave-nkf
diff src/utils.h @ 3350:729ad2b6a052
[project @ 1999-11-12 16:18:16 by jwe]
author | jwe |
---|---|
date | Fri, 12 Nov 1999 16:18:17 +0000 |
parents | 7ae1928ca623 |
children | 87721841efd7 |
line wrap: on
line diff
--- a/src/utils.h +++ b/src/utils.h @@ -38,7 +38,7 @@ extern string fcn_file_in_path (const string&); extern string oct_file_in_path (const string&); -extern "C" void jump_to_top_level (void) GCC_ATTR_NORETURN; +extern void jump_to_top_level (void) GCC_ATTR_NORETURN; extern int almost_match (const string& std, const string& s, int min_match_len = 1, int case_sens = 1); @@ -60,6 +60,10 @@ extern "C" void octave_usleep (unsigned int useconds); +extern "C" int octave_strcasecmp (const char *s1, const char *s2); + +extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n); + #endif /*