PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ SADFSeek()

static SAOffset SADFSeek ( SAFile  file,
SAOffset  offset,
int  whence 
)
static

Definition at line 129 of file safileio.c.

131 {
132  return (SAOffset) fseek( (FILE *) file, (long) offset, whence );
133 }
unsigned long SAOffset
Definition: shapefil.h:286

Referenced by SASetupDefaultHooks().

Here is the caller graph for this function: