/Proj4/pj_list.c
C | 14 lines | 9 code | 2 blank | 3 comment | 0 complexity | 92d71a65329eecf1c001c58c4f4908b0 MD5 | raw file
1#ifndef lint 2static const char SCCSID[]="@(#)pj_list.c 4.6 94/02/15 GIE REL"; 3#endif 4/* Projection System: default list of projections 5** Use local definition of PJ_LIST_H for subset. 6*/ 7#define PJ_LIST_H "pj_list.h" 8#include "projects.h" 9 10struct PJ_LIST *pj_get_list_ref() 11 12{ 13 return pj_list; 14}