MCPcopy Create free account
hub / github.com/LAStools/LAStools / my_proj_context_errno_string

Function my_proj_context_errno_string

src/proj_wrapper.cpp:83–85  ·  view source on GitHub ↗

Wrapper for proj_context_errno_string

Source from the content-addressed store, hash-verified

81
82/// Wrapper for proj_context_errno_string
83const 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
88MyPJ_TYPE my_proj_get_type(PJ* P) {

Calls

no outgoing calls

Tested by

no test coverage detected