scuffed-code/icu4c/source/i18n/txtbdry.h

24 lines
684 B
C
Raw Normal View History

1999-08-16 21:50:52 +00:00
/*
* Copyright <EFBFBD> {1997-1999}, International Business Machines Corporation and others. All Rights Reserved.
1999-08-16 21:50:52 +00:00
*****************************************************************************************
*
* File TXTBDRY.H
*
* Modification History:
*
* Date Name Description
* 02/18/97 aliu Added typedef for TextCount. Made DONE const.
* 05/07/97 aliu Fixed DLL declaration.
* 07/09/97 jfitz Obsolete. Now brkiter.h
*****************************************************************************************
*/
#ifndef TXTBDRY_H
#define TXTBDRY_H
#include "unicode/brkiter.h"
1999-08-16 21:50:52 +00:00
#endif // _TXTBDRY
//eof