PageRenderTime 29ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Proj4/pj_list.c

http://github.com/route-me/route-me
C | 14 lines | 9 code | 2 blank | 3 comment | 0 complexity | 92d71a65329eecf1c001c58c4f4908b0 MD5 | raw file
  1. #ifndef lint
  2. static 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. struct PJ_LIST *pj_get_list_ref()
  10. {
  11. return pj_list;
  12. }