comparison liboctave/lo-utils.h @ 5451:ed08548b9054

[project @ 2005-09-15 19:52:50 by jwe]
author jwe
date Thu, 15 Sep 2005 19:52:50 +0000
parents 4c8a2e4e0717
children 89f5979e8552
comparison
equal deleted inserted replaced
5450:6b42c78c77d3 5451:ed08548b9054
58 extern Complex octave_read_complex (std::istream& is); 58 extern Complex octave_read_complex (std::istream& is);
59 59
60 extern void octave_write_double (std::ostream& os, double dval); 60 extern void octave_write_double (std::ostream& os, double dval);
61 extern void octave_write_complex (std::ostream& os, const Complex& cval); 61 extern void octave_write_complex (std::ostream& os, const Complex& cval);
62 62
63 #ifdef HAVE_LOADLIBRARY_API
64 #include <windows.h>
65 extern "C" void * octave_w32_library_search (HINSTANCE handle, const char *name);
66 #endif
63 #endif 67 #endif
64 68
65 /* 69 /*
66 ;;; Local Variables: *** 70 ;;; Local Variables: ***
67 ;;; mode: C++ *** 71 ;;; mode: C++ ***