LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
lexleo_panic.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright (C) 2026 Sylvain Labopin
3 */
4
5#ifndef LEXLEO_PANIC_H
6#define LEXLEO_PANIC_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12void lexleo_panic(const char *msg) __attribute__((noreturn));
13void lexleo_panic_oom(void) __attribute__((noreturn));
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif //LEXLEO_PANIC_H
void lexleo_panic(const char *msg) __attribute__((noreturn))
void lexleo_panic_oom(void) __attribute__((noreturn))