aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranon2025-07-02 09:57:28 +0200
committeranon2025-07-02 09:57:28 +0200
commit8a1553aee4ec06aea1eb028f67f84170d15d1239 (patch)
tree904a2fbcae5e9746caab49ec43777eea121ede0c
parent74150f36c419c64310b33e837eefd3efbb6bdba4 (diff)
downloadlibchad-8a1553aee4ec06aea1eb028f67f84170d15d1239.tar.xz
libchad-8a1553aee4ec06aea1eb028f67f84170d15d1239.tar.zst
bump
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 70cc367..4660ac2 100644
--- a/README.md
+++ b/README.md
@@ -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
+```