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

◆ SADFWrite()

static SAOffset SADFWrite ( void *  p,
SAOffset  size,
SAOffset  nmemb,
SAFile  file 
)
static

Definition at line 116 of file safileio.c.

118{
119 if (!nmemb || !p) return 0;
120 return (SAOffset) fwrite( p, (size_t) size, (size_t) nmemb,
121 (FILE *) file );
122}
unsigned long SAOffset
Definition shapefil.h:286

Referenced by SASetupDefaultHooks().

Here is the caller graph for this function: