Add custom div functions

This commit is contained in:
2025-01-27 22:29:06 +03:00
parent 60245f9da0
commit a3c69113f4
5 changed files with 114 additions and 2 deletions

2
test.c
View File

@@ -20,6 +20,8 @@ int main(void)
p("7: |%*s|\n", 5, "s");
p("8: |%'-*s|\n", -5, "s");
p("9: |%016ulx|\n", 0x55555555AAAAAAAAll);
/* TODO more tests */
return 0;