]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/cintltst/colutil.c
ICU-461.16.tar.gz
[apple/icu.git] / icuSources / test / cintltst / colutil.c
CommitLineData
b75a7d8f
A
1/********************************************************************
2 * COPYRIGHT:
3 * Copyright (c) 1997-2003, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6
7#include "ucol_imp.h"
8
9#if !UCONFIG_NO_COLLATION
10
11int TestBufferSize(void); /* keep gcc happy */
12
13int TestBufferSize(void)
14{
15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
16}
17#endif