1999-08-16 21:50:52 +00:00
|
|
|
/*
|
|
|
|
*****************************************************************************************
|
|
|
|
* *
|
|
|
|
* COPYRIGHT: *
|
|
|
|
* (C) Copyright Taligent, Inc., 1996 *
|
|
|
|
* (C) Copyright International Business Machines Corporation, 1999 *
|
|
|
|
* Licensed Material - Program-Property of IBM - All Rights Reserved. *
|
|
|
|
* US Government Users Restricted Rights - Use, duplication, or disclosure *
|
|
|
|
* restricted by GSA ADP Schedule Contract with IBM Corp. *
|
|
|
|
* *
|
|
|
|
*****************************************************************************************
|
|
|
|
********************************************************************************
|
|
|
|
*
|
|
|
|
* File CAPITEST.H
|
|
|
|
*
|
|
|
|
* Modification History:
|
|
|
|
* Name Description
|
|
|
|
* Madhu Katragadda Converted to C
|
|
|
|
*********************************************************************************
|
|
|
|
*/
|
1999-10-18 23:55:05 +00:00
|
|
|
#ifndef _CU_CAPITSTST
|
|
|
|
#define _CU_CAPITSTST
|
1999-08-16 21:50:52 +00:00
|
|
|
/* C API TEST FOR CODESET CONVERSION COMPONENT */
|
|
|
|
#include "cintltst.h"
|
|
|
|
#include "utypes.h"
|
|
|
|
|
|
|
|
static void TestConvert(void);
|
|
|
|
|
|
|
|
#endif
|