This website requires JavaScript.
Explore
Help
Sign In
seg_yinzy
/
cmake
Watch
1
Star
0
Fork
You've already forked cmake
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
abb40826c4
cmake
/
cmake_lib
/
func
/
func.c
7 lines
99 B
C
Raw
Blame
History
#
include
"func.h"
#
include
<stdio.h>
void
func
(
int
data
)
{
printf
(
"
the data is %d
\n
"
,
data
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink