This commit is contained in:
2025-12-06 14:29:30 -06:00
parent f43acb06fe
commit e71c742863
4 changed files with 257 additions and 21 deletions

1
lib.h
View File

@@ -35,6 +35,7 @@ void exit_group(uint64_t code) {
typedef uint64_t bcdint;
typedef uint64_t num;
typedef unsigned char ch;
static
void printns(size_t len, unsigned char chars[len]) {