/* Unicode CLDR plural rule parser and converter
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015, 2018 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
cldr_plural_rule_list_free (struct cldr_plural_rule_list_ty *rules);
extern void
cldr_plural_rule_list_print (struct cldr_plural_rule_list_ty *rules, FILE *fp);
+
#ifdef __cplusplus
}
#endif
/* XML resource locating rules
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015, 2018 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
extern bool
locating_rule_list_add_from_directory (locating_rule_list_ty *rules,
- const char *directory);
+ const char *directory);
/* Determines the location of resource associated with FILENAME,
accoding to the loaded locating rules. */