1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

review line dependencies.

This commit is contained in:
2013-06-14 11:53:59 +08:00
parent 287c55cbac
commit 4f9598b5da
6 changed files with 92 additions and 92 deletions

View File

@@ -2,9 +2,7 @@
#define _BASIC_H_
int gotobol( int f, int n) ;
int backchar( int f, int n) ;
int gotoeol( int f, int n) ;
int forwchar( int f, int n) ;
int gotoline( int f, int n) ;
int gotobob( int f, int n) ;
int gotoeob( int f, int n) ;