diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 20:46:19 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 20:46:19 -0500 |
commit | e22b9d26835a985d214f5736fa065efcfeb804d4 (patch) | |
tree | 59efb37e977a437ba0f3d175d2ffa93b50b2c302 /locale.c | |
parent | beb56a867567447c7e7c3f4f2a948bb3732e74bd (diff) |
refactor test names with _h to avoid collisions
move prototypes to main.c to avoid continuous growth of test.h
add final tally
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #error LC_TIME not defined #endif -void test_locale(void) +void test_locale_h(void) { struct lconv *lc; int locale_categories[] = { |