From 8a1553aee4ec06aea1eb028f67f84170d15d1239 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 2 Jul 2025 09:57:28 +0200 Subject: bump --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3