1
0
Fork 0

stuff idk

This commit is contained in:
dtb 2023-11-18 14:58:05 -07:00
parent e5f7bc0ed5
commit b70d3c08a7
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
#include "ascii.h" /* ASCII_HEXADECIMAL_DIGITS_LOWER,
* ASCII_HEXADECIMAL_DIGITS_UPPER */
#include "libunicode.h" /* utf8(3) */
#define SKIPLINE while((c = getc(stdin)) != '\n' && c != EOF)
static struct {
char *name;
utf32_t (*f)(utf32_t);
}
static char *hex = ASCII_HEXADECIMAL_DIGITS_UPPER
ASCII_HEXADECIMAL_DIGITS_LOWER;