From d584897456ef419f066be962f2c2628eeaef75bc Mon Sep 17 00:00:00 2001 From: Nicholas Date: Thu, 11 Nov 2021 08:21:23 -0800 Subject: chore: forgot to move old generators --- sys/libutf/vendor/mkgraphemedata.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys/libutf/vendor/mkgraphemedata.c (limited to 'sys/libutf/vendor/mkgraphemedata.c') diff --git a/sys/libutf/vendor/mkgraphemedata.c b/sys/libutf/vendor/mkgraphemedata.c new file mode 100644 index 0000000..ce5a952 --- /dev/null +++ b/sys/libutf/vendor/mkgraphemedata.c @@ -0,0 +1,24 @@ +#include +#include +#include + +// ----------------------------------------------------------------------- +// main point of entry + +static +void +usage(void) +{ + fprintf(stderr, "usage: mkgraphemedata \n"); + exit(1); +} + +int +main(int argc, char *argv[]) +{ + io·Stream *utf8; + char line[1024]; + + ARGBEGIN{ + }ARGEND; +} -- cgit v1.2.1