PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFCreate()

DBFHandle SHPAPI_CALL DBFCreate ( const char *  pszDBFFile)

Definition at line 649 of file dbfopen.c.

651 {
652  return DBFCreateEx( pszFilename, "LDID/87" ); // 0x57
653 }
DBFHandle SHPAPI_CALL DBFCreateEx(const char *pszFilename, const char *pszCodePage)
Definition: dbfopen.c:662

References DBFCreateEx().

Here is the call graph for this function: