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

read files in text mode.

review fileio prototypes.
This commit is contained in:
2013-05-17 22:58:27 +08:00
parent d9bb0ea262
commit a65f7ca38c
4 changed files with 23 additions and 13 deletions

View File

@@ -221,12 +221,7 @@ extern int filename(int f, int n);
extern int ifile(char *fname);
/* fileio.c */
int ffropen( const char *fn) ;
extern int ffwopen(char *fn);
extern int ffclose(void);
extern int ffputline(char *buf, int nbuf);
extern int ffgetline(void);
extern int fexist(char *fname);
#include "fileio.h"
/* exec.c */
extern int namedcmd(int f, int n);