home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / ccapitst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-19  |  1.4 KB  |  30 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 CAPITEST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda            Converted to C
  19. *********************************************************************************
  20. */
  21. #ifndef _CU_CAPITSTST
  22. #define _CU_CAPITSTST
  23. /* C API TEST FOR CODESET CONVERSION COMPONENT */
  24. #include "cintltst.h"
  25. #include "utypes.h"
  26.  
  27. static void TestConvert(void);
  28.  
  29. #endif
  30.