gerbv  2.10.1-dev~93f1b5
gerb_file.h File Reference

Go to the source code of this file.

Functions

char * gerb_find_file (const char *filename, char **paths)
 

Detailed Description

Header info for the file parsing support functions.

Definition in file gerb_file.h.

Function Documentation

◆ gerb_find_file()

char* gerb_find_file ( const char *  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 249 of file gerb_file.c.