index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
libc
/
9sys
/
abort.c
blob: b0fd74cd560ea0a7e6cd78849b3dbbc291cb033e (
plain
)
1
2
3
4
5
6
7
8
#include
<u.h>
#include
<libc.h>
void
abort
(
void
)
{
while
(
*
(
int
*
)
0
)
;
}