mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-10 14:36:13 -05:00
8 lines
206 B
C
8 lines
206 B
C
|
int spawncli( int f, int n) ;
|
||
|
int bktoshell( int f, int n) ;
|
||
|
void rtfrmshell( void) ;
|
||
|
int spawn( int f, int n) ;
|
||
|
int execprg( int f, int n) ;
|
||
|
int pipecmd( int f, int n) ;
|
||
|
int filter_buffer( int f, int n) ;
|