]> pd.if.org Git - isea/blob - pjhead.c
Initial checkin.
[isea] / pjhead.c
1 /*
2  * This code was entirely written by Nathan Wagner
3  * and is in the public domain.
4  */
5
6 #include <math.h>
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <float.h>
10
11 /*
12  * Proj 4 provides its own entry points into
13  * the code, so none of the library functions
14  * need to be global
15  */
16 #define ISEA_STATIC static