#include <string>
#include <sys/utsname.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | coil::GetOpt |
GetOpt class. More... | |
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Functions | |
char * | coil::getenv (const char *name) |
Get environment variable. | |
pid_t | coil::getpid () |
pid_t | coil::getppid () |
Get process ID of the parent process. | |
int | coil::uname (utsname *name) |
Get System information. | |
Variables | |
char * | optarg |
char* optarg |