home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / ccurrtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.4 KB  |  36 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 CCURRTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda            Converted to C
  19. *********************************************************************************
  20. */
  21. /**
  22.  * Collation currency tests.
  23.  * (It's important to stay current!)
  24.  */
  25.  
  26. #ifndef _CCURRCOLLTST
  27. #define _CCURRCOLLTST
  28.  
  29. #include "cintltst.h"
  30.  
  31. #define  MAX_TOKEN_LEN 128 
  32.    /* Perform Collation Currency Test */   
  33.     void currTest(void);
  34.  
  35. #endif
  36.