PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DBFCreate()

DBFHandle SHPAPI_CALL DBFCreate ( const char *  pszDBFFile)

Definition at line 628 of file dbfopen.c.

630 {
631  return DBFCreateEx( pszFilename, "LDID/87" ); /* 0x57 */
632 }
DBFHandle SHPAPI_CALL DBFCreateEx(const char *pszFilename, const char *pszCodePage)
Definition: dbfopen.c:641

References DBFCreateEx().

Here is the call graph for this function: