#include "system.h"
#include "findme.h"
Go to the source code of this file.
Functions | |
const char * | findProgramPath (const char *argv0) |
Return absolute path to executable by searching PATH. |
Definition in file findme.c.
|
Return absolute path to executable by searching PATH.
Definition at line 12 of file findme.c. References alloca(), getenv(), X_OK, and xstrdup(). Referenced by execCommand(). |