/
| 1436 | |
| 1437 | /*****************************************************************************/ |
| 1438 | int proj_errno (const PJ *P) { |
| 1439 | /****************************************************************************** |
| 1440 | Read an error level from the context of a PJ. |
| 1441 | ******************************************************************************/ |
| 1442 | return proj_context_errno (pj_get_ctx ((PJ *) P)); |
| 1443 | } |
| 1444 | |
| 1445 | /*****************************************************************************/ |
| 1446 | int proj_context_errno (PJ_CONTEXT *ctx) { |
no test coverage detected