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

◆ DBFWriteStringAttribute()

int SHPAPI_CALL DBFWriteStringAttribute ( DBFHandle  psDBF,
int  iRecord,
int  iField,
const char *  pszValue 
)

Definition at line 1535 of file dbfopen.c.

1538{
1539 return( DBFWriteAttribute( psDBF, iRecord, iField, STATIC_CAST(void *, CONST_CAST(char*, pszValue))) );
1540}
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition dbfopen.c:1316
#define STATIC_CAST(type, x)
Definition dbfopen.c:96
#define CONST_CAST(type, x)
Definition dbfopen.c:98

References CONST_CAST, DBFWriteAttribute(), and STATIC_CAST.

Here is the call graph for this function: