MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
Loading...
Searching...
No Matches
include
maplibre_native_c
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
12
extern
"C"
{
13
#endif
14
22
MLN_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
base.h
mln_thread_last_error_message
const char * mln_thread_last_error_message(void)
Generated by
1.13.2