Mercurial > hg > octave-nkf
comparison src/utils.h @ 4086:ddc722b38e87
[project @ 2002-10-03 19:08:45 by jwe]
author | jwe |
---|---|
date | Thu, 03 Oct 2002 19:08:45 +0000 |
parents | e97fb79fc1d5 |
children | 62afb31c1f85 |
comparison
equal
deleted
inserted
replaced
4085:ee4790097033 | 4086:ddc722b38e87 |
---|---|
71 octave_format (std::ostream& os, const char *fmt, ...); | 71 octave_format (std::ostream& os, const char *fmt, ...); |
72 | 72 |
73 extern int | 73 extern int |
74 octave_vformat (std::ostream& os, const char *fmt, va_list args); | 74 octave_vformat (std::ostream& os, const char *fmt, va_list args); |
75 | 75 |
76 extern "C" void octave_usleep (unsigned int useconds); | 76 extern void octave_sleep (double seconds); |
77 | 77 |
78 extern "C" void octave_sleep (unsigned int seconds); | 78 extern "C" void octave_sleep (unsigned int seconds); |
79 | |
80 extern "C" void octave_usleep (unsigned int useconds); | |
79 | 81 |
80 extern "C" int octave_strcasecmp (const char *s1, const char *s2); | 82 extern "C" int octave_strcasecmp (const char *s1, const char *s2); |
81 | 83 |
82 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n); | 84 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n); |
83 | 85 |