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

24 lines
684 B
C

/*
* Copyright © {1997-1999}, International Business Machines Corporation and others. All Rights Reserved.
*****************************************************************************************
*
* 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"
#endif // _TXTBDRY
//eof