jehanne/qa/lib/c/sysfatal.c
Giacomo Tesio 38aca7a581 first usable version of kernel and commands
After an year of hard work, this is a first "usable" version of Jehanne.
2016-11-26 03:49:29 +01:00

10 lines
98 B
C

#include <u.h>
#include <libc.h>
void
main(void)
{
sysfatal("%c%c%c%s", 'P', 'A', 'S', "S");
}