2000-01-15 02:00:06 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
|
|
|
* Copyright (c) 1997-1999, International Business Machines Corporation and
|
|
|
|
* others. All Rights Reserved.
|
|
|
|
********************************************************************/
|
|
|
|
/********************************************************************************
|
1999-08-16 21:50:52 +00:00
|
|
|
*
|
|
|
|
* File CNUMTST.H
|
|
|
|
*
|
|
|
|
* Modification History:
|
|
|
|
* Name Description
|
|
|
|
* Madhu Katragadda Creation
|
|
|
|
*********************************************************************************
|
|
|
|
*/
|
|
|
|
/* C API TEST FOR NUMBER FORMAT */
|
|
|
|
#ifndef _CNUMFRMTST
|
|
|
|
#define _CNUMFRMTST
|
|
|
|
|
|
|
|
#include "cintltst.h"
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The function used to test the Number format API
|
|
|
|
**/
|
|
|
|
static void TestNumberFormat(void);
|
|
|
|
|
2000-11-07 18:56:35 +00:00
|
|
|
/**
|
|
|
|
* The function used to test the Number format API with padding
|
|
|
|
**/
|
|
|
|
static void TestNumberFormatPadding(void);
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
#endif
|