|
CUBRID Engine
latest
|
#include "process_util.h"#include <stdio.h>#include <stdlib.h>#include <assert.h>#include <unistd.h>#include <sys/types.h>#include <sys/wait.h>#include <signal.h>
Go to the source code of this file.
Functions | |
| int | create_child_process (const char *const argv[], int wait_flag, const char *stdin_file, char *stdout_file, char *stderr_file, int *exit_status) |