MCPcopy Create free account
hub / github.com/OSGeo/gdal / ReadLineClassicalFile

Function ReadLineClassicalFile

port/cpl_csv.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732static const char *ReadLineClassicalFile(void *fp, size_t /* nMaxLineSize */)
733{
734 return CPLReadLine(static_cast<FILE *>(fp));
735}
736
737char **CSVReadParseLine2(FILE *fp, char chDelimiter)
738{

Callers

nothing calls this directly

Calls 1

CPLReadLineFunction · 0.85

Tested by

no test coverage detected