source: XMLIO_V2/dev/trunk/src/XMLIO/main.cpp @ 98

Last change on this file since 98 was 98, checked in by ymipsl, 14 years ago
  • Property svn:eol-style set to native
File size: 93 bytes
Line 
1
2extern "C" void main_c_(void) ;
3
4int main (void)
5{
6   main_c_()  ;     
7   return (0) ;
8} 
Note: See TracBrowser for help on using the repository browser.