repo.or.cz
/
hdt-cyring.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NEWS: add grubcfg= and whichsys.c32
[hdt-cyring.git]
/
com32
/
lib
/
abort.c
blob
b848be108bae9fabf0c7d887855c0a5a3fbeff78
1
/*
2
* abort.c
3
*/
4
5
#include <stdlib.h>
6
#include <unistd.h>
7
8
void
abort
(
void
)
9
{
10
_exit
(
255
);
11
}