Menu

[r8323]: / trunk / toolkits / basemap / src / pj_errno.c  Maximize  Restore  History

Download this file

18 lines (11 with data), 397 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/* For full ANSI compliance of global variable */
#include <projects.h>
C_NAMESPACE_VAR int pj_errno = 0;
/************************************************************************/
/* pj_get_errno_ref() */
/************************************************************************/
int *pj_get_errno_ref()
{
return &pj_errno;
}
/* end */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.