comparison 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
comparison
equal deleted inserted replaced
571:37082b93ec7e 572:94fd73d1a0bc
596 { 596 {
597 return file_in_path (name, ".m"); 597 return file_in_path (name, ".m");
598 } 598 }
599 599
600 /* 600 /*
601 * See if there is an octave file in the path. If so, return the
602 * full path to the file.
603 */
604 char *
605 oct_file_in_path (const char *name)
606 {
607 return file_in_path (name, ".oct");
608 }
609
610 /*
601 ;;; Local Variables: *** 611 ;;; Local Variables: ***
602 ;;; mode: C++ *** 612 ;;; mode: C++ ***
603 ;;; page-delimiter: "^/\\*" *** 613 ;;; page-delimiter: "^/\\*" ***
604 ;;; End: *** 614 ;;; End: ***
605 */ 615 */