comparison src/utils.h @ 3623:35070534ea95

[project @ 2000-03-23 06:28:21 by jwe]
author jwe
date Thu, 23 Mar 2000 06:28:21 +0000
parents 52594f1c37b6
children e97fb79fc1d5
comparison
equal deleted inserted replaced
3622:52594f1c37b6 3623:35070534ea95
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
80 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n); 80 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n);
81 81
82 extern "C" char *octave_snprintf (size_t n, const char *fmt, ...); 82 extern "C" char *octave_snprintf (const char *fmt, ...);
83 83
84 extern "C" char *octave_vsnprintf (size_t n, const char *fmt, va_list args); 84 extern "C" char *octave_vsnprintf (const char *fmt, va_list args);
85 85
86 #endif 86 #endif
87 87
88 /* 88 /*
89 ;;; Local Variables: *** 89 ;;; Local Variables: ***