#include "system.h"
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.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.