Mercurial > hg > octave-lyh
diff src/utils.cc @ 572:94fd73d1a0bc
[project @ 1994-07-28 05:35:47 by jwe]
author | jwe |
---|---|
date | Thu, 28 Jul 1994 05:35:47 +0000 |
parents | 37082b93ec7e |
children | d169be9237fb |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -598,6 +598,16 @@ } /* + * See if there is an octave file in the path. If so, return the + * full path to the file. + */ +char * +oct_file_in_path (const char *name) +{ + return file_in_path (name, ".oct"); +} + +/* ;;; Local Variables: *** ;;; mode: C++ *** ;;; page-delimiter: "^/\\*" ***