/Proj4/pj_errno.c
http://github.com/route-me/route-me · C · 20 lines · 9 code · 6 blank · 5 comment · 0 complexity · e5ed4aaf744915c5709e8bb45eaecbdd MD5 · raw file
- /* For full ANSI compliance of global variable */
- #ifndef lint
- static const char SCCSID[]="@(#)pj_errno.c 4.3 95/06/03 GIE REL";
- #endif
- #include "projects.h"
- int pj_errno = 0;
- /************************************************************************/
- /* pj_get_errno_ref() */
- /************************************************************************/
- int *pj_get_errno_ref()
- {
- return &pj_errno;
- }
- /* end */