This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
RISCI_ATOM
/
jehanne
peilaus alkaen
https://github.com/JehanneOS/jehanne.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
2f45a5e689
Haarat
Tagit
coverity_scan
master
rc-quoted-minisyntax
wip
jehanne
/
qa
/
lib
/
c
/
sysfatal.c
sysfatal.c
98 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
#include <u.h>
#include <lib9.h>
void
main(void)
{
sysfatal("%c%c%c%s", 'P', 'A', 'S', "S");
}