source: XIOS/trunk/src/interface/c/icdate.hpp @ 533

Last change on this file since 533 was 533, checked in by rlacroix, 10 years ago

Fix compilation after r532 by adding the new "icdate.hpp" file which had been forgotten.

File size: 188 bytes
Line 
1extern "C"
2{
3  /////////////////////////////// Définitions ////////////////////////////// //
4
5  typedef struct { int year, month, day, hour, minute, second; } cxios_date;
6} // extern "C"
Note: See TracBrowser for help on using the repository browser.