1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Move flook and fexist to flook tosimplify dependency graph.

This commit is contained in:
2013-06-10 18:14:09 +08:00
parent fb395c3f01
commit 5bbc6104ae
8 changed files with 158 additions and 143 deletions

9
flook.h Normal file
View File

@@ -0,0 +1,9 @@
#include "estruct.h"
extern const char *pathname[] ;
boolean fexist( const char *fname) ;
char *flook( const char *fname, int hflag) ;