blu_os
Loading...
Searching...
No Matches
stdlib.h
1//
2// Created by dylan on 08/07/2026.
3//
4
5#ifndef BLU_OS_STDLIB_H
6#define BLU_OS_STDLIB_H
7
8#include <sys/cdefs.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14__attribute__((__noreturn__))
15void abort();
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif //BLU_OS_STDLIB_H
Definition idt.h:11