GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include "shapefil.h"
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | SASetupDefaultHooks (SAHooks *psHooks) |
void SASetupDefaultHooks | ( | SAHooks * | psHooks | ) |
Definition at line 90 of file safileio.c.
References SAHooks::FOpen.
Referenced by DBFCreateEx(), DBFOpen(), SHPCreate(), and SHPOpen().