mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-10 14:36:13 -05:00
13 lines
205 B
C
13 lines
205 B
C
#include "retcode.h"
|
|
|
|
|
|
#define rcfname pathname[ 0]
|
|
#define hlpfname pathname[ 1]
|
|
|
|
extern const char *pathname[] ;
|
|
|
|
|
|
boolean fexist( const char *fname) ;
|
|
char *flook( const char *fname, boolean hflag) ;
|
|
|