Mercurial > hg > octave-thorsten
comparison liboctave/lo-utils.h @ 2926:66ef74ee5d9f
[project @ 1997-05-05 03:20:52 by jwe]
author | jwe |
---|---|
date | Mon, 05 May 1997 03:40:21 +0000 |
parents | 8b262e771614 |
children | 5eef8a2294bd |
comparison
equal
deleted
inserted
replaced
2925:f0665dac8e33 | 2926:66ef74ee5d9f |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_liboctave_utils_h) | 23 #if !defined (octave_liboctave_utils_h) |
24 #define octave_liboctave_utils_h 1 | 24 #define octave_liboctave_utils_h 1 |
25 | 25 |
26 #include <cstdio> | |
27 | |
28 #include <string> | |
29 | |
26 extern int NINT (double x); | 30 extern int NINT (double x); |
27 extern double D_NINT (double x); | 31 extern double D_NINT (double x); |
32 | |
33 extern char *strsave (const char *); | |
34 | |
35 extern void octave_putenv (const string&, const string&); | |
36 | |
37 extern string octave_fgets (FILE *); | |
28 | 38 |
29 #endif | 39 #endif |
30 | 40 |
31 /* | 41 /* |
32 ;;; Local Variables: *** | 42 ;;; Local Variables: *** |