NCEPLIBS-ip 4.0.0
iplib_4.h
1#ifndef IPLIB
2#define IPLIB
3
4void gdswzd(int *kgds, int iopt, int npts, float fill,
5 float *xpts, float *ypts, float *rlon, float *rlat,
6 int *nret,
7 float *crot, float *srot, float *xlon, float *xlat,
8 float *ylon, float *ylat, float *area);
9
10#endif