summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/rbnf.c
blob: 955e7bcb8c77fac1145607be7567d44c39227179 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* file      : libicu/data/rbnf.c -*- C -*-
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

#if U_IS_BIG_ENDIAN
#  include <libicu/data/be/rbnf.c>
#else
#  include <libicu/data/le/rbnf.c>
#endif