qLibc
|
System APIs. More...
Go to the source code of this file.
Functions | |
const char * | qgetenv (const char *envname, const char *defstr) |
Get system environment variable. | |
char * | qsyscmd (const char *cmd) |
Get the result string of external command execution. | |
System APIs.
Definition in file qsystem.c.
const char * qgetenv | ( | const char * | envname, |
const char * | defstr | ||
) |
char * qsyscmd | ( | const char * | cmd | ) |
Get the result string of external command execution.
cmd | external command |