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
9
extern
"C"
{
10
#endif
11
12
void
lexleo_panic
(
const
char
*msg) __attribute__((noreturn));
13
void
lexleo_panic_oom
(
void
) __attribute__((noreturn));
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
//LEXLEO_PANIC_H
lexleo_panic
void lexleo_panic(const char *msg) __attribute__((noreturn))
Definition
lexleo_panic.c:12
lexleo_panic_oom
void lexleo_panic_oom(void) __attribute__((noreturn))
Definition
lexleo_panic.c:23
src
policy
include
policy
lexleo_panic.h
Generated by
1.9.8