PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ DBFCreate()

DBFHandle SHPAPI_CALL DBFCreate ( const char *  pszFilename)

Definition at line 628 of file dbfopen.c.

References DBFCreateEx(), and SHPAPI_CALL.

630 {
631  return DBFCreateEx( pszFilename, "LDID/87" ); /* 0x57 */
632 }
DBFHandle SHPAPI_CALL DBFCreateEx(const char *pszFilename, const char *pszCodePage)
Definition: dbfopen.c:641
Here is the call graph for this function: