mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-17 18:16:22 -05:00
13 lines
201 B
C
13 lines
201 B
C
#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) ;
|
|
|