Mercurial > hg > octave-lyh
comparison src/sysdep.h @ 1966:4b8e9571bbdf
[project @ 1996-02-17 02:52:04 by jwe]
author | jwe |
---|---|
date | Sat, 17 Feb 1996 02:53:36 +0000 |
parents | 41ff3c38af7e |
children | 003570e69c7b |
comparison
equal
deleted
inserted
replaced
1965:01e3ed56c415 | 1966:4b8e9571bbdf |
---|---|
24 #if !defined (octave_sysdep_h) | 24 #if !defined (octave_sysdep_h) |
25 #define octave_sysdep_h 1 | 25 #define octave_sysdep_h 1 |
26 | 26 |
27 #include <string> | 27 #include <string> |
28 | 28 |
29 #include "lo-ieee.h" | |
30 | |
29 extern void sysdep_init (void); | 31 extern void sysdep_init (void); |
30 | 32 |
31 extern void raw_mode (int); | 33 extern void raw_mode (int); |
32 extern int kbhit (void); | 34 extern int kbhit (void); |
33 | 35 |
35 extern int octave_chdir (const string&); | 37 extern int octave_chdir (const string&); |
36 | 38 |
37 #if !defined (HAVE_GETHOSTNAME) && defined (HAVE_SYS_UTSNAME_H) | 39 #if !defined (HAVE_GETHOSTNAME) && defined (HAVE_SYS_UTSNAME_H) |
38 extern int gethostname (char *, int); | 40 extern int gethostname (char *, int); |
39 #endif | 41 #endif |
40 | |
41 // Octave's idea of infinity. | |
42 extern double octave_Inf; | |
43 | |
44 // Octave's idea of not a number. | |
45 extern double octave_NaN; | |
46 | 42 |
47 // Nonzero if the machine we are running on is big-endian. | 43 // Nonzero if the machine we are running on is big-endian. |
48 extern int octave_words_big_endian; | 44 extern int octave_words_big_endian; |
49 | 45 |
50 extern string oct_tilde_expand (const string&); | 46 extern string oct_tilde_expand (const string&); |