This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
hongwenjun
/
cpp
mirror de
https://github.com/hongwenjun/cpp
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Branch:
main
Branches
Tags
main
cpp
/
C5
/
P7
/
c7-20-4.c
c7-20-4.c
66 B
Link permanente
Histórico
Raw
1
2
3
4
5
//file4.c
void print_string(char str[])
{
printf("%s\n",str);
}