This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
isundil
/
sandbox
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
feb011d56c
Ramuri
Etichete
dev
master
sandbox
/
test
/
test.c
test.c
81 B
Istoric
Crud
1
2
3
4
5
6
7
8
int main()
{
const char* t = "test\n";
write(1, t, 5);
printf("%p\n", t);
}