Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-proj4 / src / pj_errno.c @ 7098

History | View | Annotate | Download (479 Bytes)

1
/* For full ANSI compliance of global variable */
2
#ifndef lint
3
static const char SCCSID[]="@(#)pj_errno.c        4.3        95/06/03        GIE        REL";
4
#endif
5

    
6
#include <projects.h>
7

    
8
C_NAMESPACE int pj_errno = 0;
9

    
10
/************************************************************************/
11
/*                          pj_get_errno_ref()                          */
12
/************************************************************************/
13

    
14
int *pj_get_errno_ref()
15

    
16
{
17
    return &pj_errno;
18
}
19

    
20
/* end */