fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
main.c
1
extern
void
VerifyC(
void
);
2
#ifdef VERIFY_CXX
3
extern
void
VerifyCXX(
void
);
4
#endif
5
#include "VerifyFortran.h"
6
extern
void
VerifyFortran(
void
);
7
8
int
main(
void
)
9
{
10
VerifyC();
11
#ifdef VERIFY_CXX
12
VerifyCXX();
13
#endif
14
VerifyFortran();
15
return
0;
16
}
cmake-3.4.1-Linux-x86_64
share
cmake-3.4
Modules
FortranCInterface
Verify
main.c
Generated on Wed Sep 5 2018 12:47:54 for fw4spl by
1.8.11