aa0b0a88e8
X-SVN-Rev: 2
36 lines
1.4 KiB
C
36 lines
1.4 KiB
C
/*
|
|
*****************************************************************************************
|
|
* *
|
|
* 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 CCURRTST.H
|
|
*
|
|
* Modification History:
|
|
* Name Description
|
|
* Madhu Katragadda Converted to C
|
|
*********************************************************************************
|
|
*/
|
|
/**
|
|
* Collation currency tests.
|
|
* (It's important to stay current!)
|
|
*/
|
|
|
|
#ifndef _CCURRCOLLTST
|
|
#define _CCURRCOLLTST
|
|
|
|
#include "cintltst.h"
|
|
|
|
#define MAX_TOKEN_LEN 128
|
|
/* Perform Collation Currency Test */
|
|
void currTest(void);
|
|
|
|
#endif
|