PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ 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: