This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
simon
/
os_kernel
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
2f608ddf9f
Branchit
Tagit
fix_image_url
inline_test
master
v0.1
bochs-test
os_kernel
/
test
/
test1.c
test1.c
84 B
Historia
Raaka
1
2
3
4
5
6
void my_print(char *);
int main()
{
my_print("Hello, world!\n");
return 0;
}