comparison src/utils.h @ 3622:52594f1c37b6

[project @ 2000-03-23 06:20:06 by jwe]
author jwe
date Thu, 23 Mar 2000 06:20:06 +0000
parents 0886bbb236cb
children 35070534ea95
comparison
equal deleted inserted replaced
3621:7c686802265f 3622:52594f1c37b6
66 extern void 66 extern void
67 get_dimensions (const octave_value& a, 67 get_dimensions (const octave_value& a,
68 const char *warn_for, int& nr, int& nc); 68 const char *warn_for, int& nr, int& nc);
69 69
70 extern int 70 extern int
71 octave_format (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 (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" int octave_strcasecmp (const char *s1, const char *s2); 78 extern "C" int octave_strcasecmp (const char *s1, const char *s2);
79 79