MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
Loading...
Searching...
No Matches
diagnostics.h
Go to the documentation of this file.
1
5
6#ifndef MAPLIBRE_NATIVE_C_DIAGNOSTICS_H
7#define MAPLIBRE_NATIVE_C_DIAGNOSTICS_H
8
9#include "base.h"
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
22MLN_API const char* mln_thread_last_error_message(void) MLN_NOEXCEPT;
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif // MAPLIBRE_NATIVE_C_DIAGNOSTICS_H
const char * mln_thread_last_error_message(void)