This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hongwenjun
/
cpp
oglindă de
https://github.com/hongwenjun/cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
e5b1b134c2
Ramuri
Etichete
main
cpp
/
C5
/
P7
/
c7-20-2.c
c7-20-2.c
67 B
Istoric
Crud
1
2
3
4
5
//file2.c
void enter_string(char str[80])
{
gets(str);
}