iphreeqc/tests/main_fortran.cxx
Scott R Charlton cf785d576c added directory tests
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4304 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-27 01:26:33 +00:00

10 lines
110 B
C++

#define F_MAIN FC_FUNC(f_main, F_MAIN)
extern "C" void F_MAIN();
int main(void)
{
F_MAIN();
return 0;
}