/* tag: Tom Lord Tue Dec 4 14:41:49 2001 (case-db-inlines.h) */ /* case-db-inlines.h - * **************************************************************** * Copyright (C) 2000 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__UNIDATA__CASE_DB_INLINES_H #define INCLUDE__UNIDATA__CASE_DB_INLINES_H #undef UNIDATA_INLINE_QUALIFIERS #define UNIDATA_INLINE_QUALIFIERS /* automatically generated __STDC__ prototypes */ extern UNIDATA_INLINE_QUALIFIERS t_unicode unidata_to_upper (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS t_unicode unidata_to_lower (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS t_unicode unidata_to_title (t_unicode c); #endif /* INCLUDE__UNIDATA__CASE_DB_INLINES_H */