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
master
cmake
/
cmake_lib
/
func
/
func.h
15 lines
139 B
C
Raw
Permalink
Blame
History
#
ifndef FUNC_H
#
define FUNC_H
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
extern
void
func
(
int
data
)
;
#
ifdef __cplusplus
}
#
endif
#
endif
Reference in New Issue
View Git Blame
Copy Permalink