fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
CheckFunctionExists.c
1
#ifdef CHECK_FUNCTION_EXISTS
2
3
#ifdef __cplusplus
4
extern
"C"
5
#endif
6
char
CHECK_FUNCTION_EXISTS();
7
#ifdef __CLASSIC_C__
8
int
main(){
9
int
ac;
10
char
*av[];
11
#else
12
int
main(
int
ac,
char
*av[]){
13
#endif
14
CHECK_FUNCTION_EXISTS();
15
if
(ac > 1000)
16
{
17
return
*av[0];
18
}
19
return
0;
20
}
21
22
#else
/* CHECK_FUNCTION_EXISTS */
23
24
# error "CHECK_FUNCTION_EXISTS has to specify the function"
25
26
#endif
/* CHECK_FUNCTION_EXISTS */
cmake-3.4.1-Linux-x86_64
share
cmake-3.4
Modules
CheckFunctionExists.c
Generated on Wed Sep 5 2018 12:47:36 for fw4spl by
1.8.11