Plan 9 from User Space
's
/usr/local/plan9
/
9pm
/
src
/
libc
/
port
/
abort.c
#include <9pm/u.h> #include <9pm/libc.h> void abort(void) { while(*(int*)0) ; }
Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See
license
for details.