|
C-Menu 0.2.9
A User Interface Toolkit
|
Functions to execute external commands. More...
#include <cm.h>#include <errno.h>#include <fcntl.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/wait.h>#include <termios.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| int | full_screen_fork_exec (char **argv) |
| Execute a command in full screen mode. | |
| int | full_screen_shell (char *shellCmdPtr) |
| Execute a shell command in full screen mode. | |
| int | shell (char *shellCmdPtr) |
| Execute a shell command. | |
| int | fork_exec (char **argv) |
| Fork and exec a command. | |
| int | nf_error (int ec, char *s) |
| Display error message and wait for key press. | |