scuffed-code/icu4c/source/test/cintltst/cnumtst.h
Ram Viswanadha ef97b534cd ICU-903 update copyright notices
X-SVN-Rev: 4233
2001-03-21 19:46:49 +00:00

33 lines
932 B
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* 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);
/**
* The function used to test the Number format API with padding
**/
static void TestNumberFormatPadding(void);
#endif