comparison src/utils.h @ 4067:e97fb79fc1d5

[project @ 2002-09-26 22:43:25 by jwe]
author jwe
date Thu, 26 Sep 2002 22:43:25 +0000
parents 35070534ea95
children ddc722b38e87
comparison
equal deleted inserted replaced
4066:47d3baea432d 4067:e97fb79fc1d5
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 "C" void octave_usleep (unsigned int useconds);
77 77
78 extern "C" void octave_sleep (unsigned int seconds);
79
78 extern "C" int octave_strcasecmp (const char *s1, const char *s2); 80 extern "C" int octave_strcasecmp (const char *s1, const char *s2);
79 81
80 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n); 82 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n);
81 83
82 extern "C" char *octave_snprintf (const char *fmt, ...); 84 extern "C" char *octave_snprintf (const char *fmt, ...);