pub unsafe extern "C" fn gaiaWriteDbfEntity(
dbf: gaiaDbfPtr,
entity: gaiaDbfListPtr,
) -> c_intExpand description
Writes a record into a DBF File object
\param dbf pointer to the DBF File object. \param entity pointer to DBF List object containing Fields and corresponding values.
\return 0 on failure: any other value on success.
\sa gaiaAllocDbf, gaiaFreeDbf, gaiaOpenDbfRead, gaiaOpenDbfWrite, gaiaReadDbfEntity, gaiaFlushDbfHeader
\remark the DBF File object should be opened in \e write mode.