uemacs/region.h

13 lines
235 B
C
Raw Normal View History

#ifndef _REGION_H_
#define _REGION_H_
#include "estruct.h"
int killregion( int f, int n) ;
int copyregion( int f, int n) ;
int lowerregion( int f, int n) ;
int upperregion( int f, int n) ;
int getregion( struct region *rp) ;
#endif