PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ DBFCreate()

DBFHandle SHPAPI_CALL DBFCreate ( const char *  pszDBFFile)

Definition at line 616 of file dbfopen.c.

617 {
618  return DBFCreateEx(pszFilename, "LDID/87"); /* 0x57 */
619 }
DBFHandle SHPAPI_CALL DBFCreateEx(const char *pszFilename, const char *pszCodePage)
Definition: dbfopen.c:628

References DBFCreateEx().

Here is the call graph for this function: