#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "report.h"
#include "search.h"
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE |
Functions | |
static char * | merge_paths (const char *base_path, const char *rel_path) |
char * | search_program (const char *progname) |
static char* merge_paths | ( | const char * | base_path, | |
const char * | rel_path | |||
) | [static] |
char* search_program | ( | const char * | progname | ) |
Definition at line 43 of file search.c.
References merge_paths().