split string fucntions to separate files str.c and hcl-str.h
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-10-14 18:57:10 +09:00
parent 7ecb5d36ad
commit 955b734a79
9 changed files with 1241 additions and 1159 deletions

View File

@ -54,6 +54,7 @@ pkginclude_HEADERS = \
hcl-opt.h \
hcl-pac1.h \
hcl-rbt.h \
hcl-str.h \
hcl-upac.h \
hcl-utl.h \
hcl-xma.h
@ -85,6 +86,7 @@ libhcl_la_SOURCES = \
rbt.c \
read.c \
std.c \
str.c \
sym.c \
uch-case.h \
uch-prop.h \