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
37MLN_API uint64_t mln_thread_token(void) MLN_NOEXCEPT;
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif // MAPLIBRE_NATIVE_C_DIAGNOSTICS_H
const char * mln_thread_last_error_message(void)
uint64_t mln_thread_token(void)