This website requires JavaScript.
Explore
Help
Sign In
flykhan
/
C_learn
Watch
1
Star
0
Fork
You've already forked C_learn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a575016375
C_learn
/
3_lesson
/
03_fun_many_file
/
main.c
10 lines
105 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
"myfun.h"
int
main
(
int
argc
,
char
*
argv
[
]
)
{
myfun1
(
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink