home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mavcl130.zip / MAVCONV.HPP < prev    next >
Text File  |  1995-12-17  |  486b  |  14 lines

  1. /*  File: MAVCONV.HPP      Updated: Tue Aug 15 15:55:02 1995
  2. Copyright (c) Fabrizio Aversa
  3. ===========================================================*/
  4. #ifndef MAVCONV_HPP
  5. #define MAVCONV_HPP
  6.  
  7. void getCountryInfo(COUNTRYINFO * );
  8. IDate _Export StringToDate(const IString &);
  9. IString _Export DateToString(const IDate & , const Boolean , const Boolean = false);
  10. double _Export StringToDouble(IString &);
  11. IString _Export DoubleToString(const double, const Boolean);
  12.  
  13. #endif
  14.