diff options
| author | anon | 2025-07-02 09:57:28 +0200 |
|---|---|---|
| committer | anon | 2025-07-02 09:57:28 +0200 |
| commit | 8a1553aee4ec06aea1eb028f67f84170d15d1239 (patch) | |
| tree | 904a2fbcae5e9746caab49ec43777eea121ede0c /README.md | |
| parent | 74150f36c419c64310b33e837eefd3efbb6bdba4 (diff) | |
| download | libchad-8a1553aee4ec06aea1eb028f67f84170d15d1239.tar.xz libchad-8a1553aee4ec06aea1eb028f67f84170d15d1239.tar.zst | |
bump
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -58,6 +58,7 @@ Complexity has its place: within its own library. ## Todo * peru is nice as a concept, but 1) depends on py-yaml, 2) yaml makes make me vomit from my eyes * code +```sh file filesystem.h { int touch_file(const char * p); int touch_directory(const char * p); @@ -91,13 +92,14 @@ Complexity has its place: within its own library. # gcd(), lcm(), sq() /*square, after ino*/ # trim() and pad() even tho its a meme # MB(n) etc. macros - # - # the linux kernel has a bunch of small, high quality utilities, - # these should be inspected - # * minmax.h looks good; i wonder if it can be made N-arg - # in_range does not with in _there_ - # * array_size.h looks good - # * DIV_ROUND_UP - # * base64.h - # * crc? - # * glob.h + # + # the linux kernel has a bunch of small, high quality utilities, + # these should be inspected + # * minmax.h looks good; i wonder if it can be made N-arg + # in_range does not with in _there_ + # * array_size.h looks good + # * DIV_ROUND_UP + # * base64.h + # * crc? + # * glob.h +``` |
