This commit is contained in:
2025-12-05 15:19:05 -06:00
parent fda2b0d523
commit af2c148dc1
7 changed files with 716 additions and 17 deletions

1
lib.h
View File

@@ -140,7 +140,6 @@ void snprinth(unsigned long v, size_t n, unsigned char d[n]) {
v >>= 4;
if (p == d) return;
}
while (p >= d) *p-- = 0;
}
static