Mercurial > hg > octave-lyh
comparison src/utils.h @ 3040:443851377f3f
[project @ 1997-06-06 09:29:28 by jwe]
author | jwe |
---|---|
date | Fri, 06 Jun 1997 09:34:14 +0000 |
parents | 66ef74ee5d9f |
children | ca9677cdb62e |
comparison
equal
deleted
inserted
replaced
3039:cf74b8097212 | 3040:443851377f3f |
---|---|
31 #include "lo-utils.h" | 31 #include "lo-utils.h" |
32 | 32 |
33 class octave_value_list; | 33 class octave_value_list; |
34 class string_vector; | 34 class string_vector; |
35 | 35 |
36 extern string search_path_for_file (const string&, const string&); | 36 extern string search_path_for_file (const string&, const string&, bool = true); |
37 extern string file_in_path (const string&, const string&); | 37 extern string file_in_path (const string&, const string&); |
38 extern string fcn_file_in_path (const string&); | 38 extern string fcn_file_in_path (const string&); |
39 extern string oct_file_in_path (const string&); | 39 extern string oct_file_in_path (const string&); |
40 | 40 |
41 extern "C" void jump_to_top_level (void) GCC_ATTR_NORETURN; | 41 extern "C" void jump_to_top_level (void) GCC_ATTR_NORETURN; |