PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ DBFCreate()

DBFHandle SHPAPI_CALL DBFCreate ( const char *  pszFilename)

Definition at line 656 of file dbfopen.c.

658{
659 return DBFCreateEx( pszFilename, "LDID/87" ); // 0x57
660}
DBFHandle SHPAPI_CALL DBFCreateEx(const char *pszFilename, const char *pszCodePage)
Definition dbfopen.c:669

References DBFCreateEx().

Here is the call graph for this function: