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
11
extern
"C"
{
12
#endif
13
14
__attribute__
((__noreturn__))
15
void
abort();
16
17
#ifdef __cplusplus
18
}
19
#endif
20
21
#endif
//BLU_OS_STDLIB_H
__attribute__
Definition
idt.h:11
libc
include
stdlib.h
Generated by
1.16.1