Mercurial > hg > octave-avbm
comparison src/utils.cc @ 1349:33cf1f36aec6
[project @ 1995-09-05 07:06:43 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 07:09:38 +0000 |
parents | d1e6997f0788 |
children | 5f63d83dd694 |
comparison
equal
deleted
inserted
replaced
1348:8a6bfe944eb3 | 1349:33cf1f36aec6 |
---|---|
27 | 27 |
28 #include <climits> | 28 #include <climits> |
29 #include <csetjmp> | 29 #include <csetjmp> |
30 #include <cstring> | 30 #include <cstring> |
31 | 31 |
32 #include <fstream.h> | |
33 #include <iostream.h> | |
34 #include <strstream.h> | |
35 | |
32 #include <sys/types.h> | 36 #include <sys/types.h> |
33 #ifdef HAVE_UNISTD_H | 37 #ifdef HAVE_UNISTD_H |
34 #include <unistd.h> | 38 #include <unistd.h> |
35 #endif | 39 #endif |
36 #include <sys/param.h> | |
37 #include <iostream.h> | |
38 #include <strstream.h> | |
39 #include <fstream.h> | |
40 | 40 |
41 #include <Complex.h> | 41 #include <Complex.h> |
42 | 42 |
43 extern "C" | 43 extern "C" |
44 { | 44 { |