index
:
xavi/psn00bsdk
fix-include
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpsn00b
/
libc
/
abort.c
blob: ca5ab1d757da4a36ab99d963a70c873613e563ae (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
#include <stdio.h>
void
abort
() {
printf
(
"abort()
\n
"
);
while
(
1
);
}