OSDN Git Service

utf8towc() has to be in lib.c if strlower() is going to use it, because
authorRob Landley <rob@landley.net>
Sun, 3 Sep 2017 01:40:24 +0000 (20:40 -0500)
committerRob Landley <rob@landley.net>
Sun, 3 Sep 2017 01:40:24 +0000 (20:40 -0500)
commit6e766936396e2da7fb3820cadb3a9ae823caa9a8
tree2f451efca683de7858d201fb8de7b3719f7429df
parent67ddade3373d0fefeff25b48430e5f08c3a7711b
utf8towc() has to be in lib.c if strlower() is going to use it, because
scripts/*.c builds against lib.c but not linestack.c.
lib/lib.c
lib/lib.h
lib/linestack.c