|
gerbv
|
Go to the source code of this file.
Functions | |
| char * | gerb_find_file (char const *filename, char **paths) |
Header info for the file parsing support functions.
Definition in file gerb_file.h.
| char* gerb_find_file | ( | char const * | filename, |
| char ** | paths | ||
| ) |
Search for files in directories pointed out by paths, a NULL terminated list of directories to search.
If a string in paths starts with a $, then characters to / (or string end if no /) is interpreted as a environment variable.
Definition at line 303 of file gerb_file.c.