home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cnumtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.4 KB  |  34 lines

  1. /*
  2. *****************************************************************************************
  3. *                                                                                       *
  4. * COPYRIGHT:                                                                            *
  5. *   (C) Copyright Taligent, Inc.,  1996                                                 *
  6. *   (C) Copyright International Business Machines Corporation,  1999                    *
  7. *   Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure             *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  10. *                                                                                       *
  11. *****************************************************************************************
  12. ********************************************************************************
  13. *
  14. * File CNUMTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda              Creation
  19. *********************************************************************************
  20. */
  21. /* C API TEST FOR NUMBER FORMAT */
  22. #ifndef _CNUMFRMTST
  23. #define _CNUMFRMTST
  24.  
  25. #include "cintltst.h"
  26.  
  27.  
  28.     /**
  29.      * The function used to test the Number format API
  30.      **/
  31.     static void TestNumberFormat(void);
  32.  
  33. #endif
  34.