1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-09-28 16:35:53 -04:00
uemacs/flook.h

13 lines
201 B
C
Raw Normal View History

#include "estruct.h"
#define rcfname pathname[ 0]
#define hlpfname pathname[ 1]
extern const char *pathname[] ;
boolean fexist( const char *fname) ;
char *flook( const char *fname, int hflag) ;