MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ini_parse_file

Function ini_parse_file

lib/ff_ini_parser.c:178–181  ·  view source on GitHub ↗

See documentation in header file. */

Source from the content-addressed store, hash-verified

176
177/* See documentation in header file. */
178int ini_parse_file(FILE* file, ini_handler handler, void* user)
179{
180 return ini_parse_stream((ini_reader)fgets, file, handler, user);
181}
182
183/* See documentation in header file. */
184int ini_parse(const char* filename, ini_handler handler, void* user)

Callers 1

ini_parseFunction · 0.85

Calls 1

ini_parse_streamFunction · 0.85

Tested by

no test coverage detected