Wrapper for proj_context_errno_string
| 81 | |
| 82 | /// Wrapper for proj_context_errno_string |
| 83 | const char* my_proj_context_errno_string(PJ_CONTEXT* ctx, int err_no) { |
| 84 | return proj_context_errno_string_ptr(ctx, err_no); |
| 85 | } |
| 86 | |
| 87 | /// Wrapper for proj_get_type |
| 88 | MyPJ_TYPE my_proj_get_type(PJ* P) { |
no outgoing calls
no test coverage detected