SYNOPSIS

#include <cs/cs.h>

NEOERR *cs_parse_file (CSPARSE *parse, const char *path);

ARGUMENTS

parse - a CSPARSE structure created with cs_init

path - the path to the file to parse

DESCRIPTION

cs_parse_file will parse the CS template located at path. It will use hdf_search_path() if path does not begin with a '/'. The parsed CS template will be appended to the current parse tree stored in the CSPARSE structure. The entire file is loaded into memory and parsed in place.

RETURN VALUE

None

RELATED TO cs_parse_file…