vm, kernel, top: report memory usage of vm, kernel
[minix.git] / lib / libminc / abort.c
blob1210f920e8251c512e4db03cbb347537f59f35fd
1 #include <stdlib.h>
2 #include <minix/sysutil.h>
4 void abort()
6 panic("Abort.");