This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
0
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0348e04436
42_KFS
/
headers
/
kpanic.h
4 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
add: kpanic
2024-09-22 03:54:56 -04:00
#
pragma once
fix: ssp is now enabled and it no longer crashes with several prints (so far)
2024-11-16 08:56:05 -05:00
__attribute__
(
(
noreturn
)
)
void
kpanic
(
const
char
*
format
,
.
.
.
)
;
Reference in New Issue
Copy Permalink