mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-04 19:37:18 -05:00
12 lines
284 B
C
12 lines
284 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) ;
|
|
int sys( char *cmd) ;
|
|
int shellprog( char *cmd) ;
|
|
int execprog( char *cmd) ;
|
|
|