first commit

This commit is contained in:
bacalhau 2025-07-02 15:45:16 +01:00
commit d8a9fcbc98
93 changed files with 23726 additions and 0 deletions

7
dwm/util.h.rej Executable file
View file

@ -0,0 +1,7 @@
--- util.h
+++ util.h
@@ -6,3 +6,4 @@
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
+size_t split(char *s, const char* sep, char **pbegin, size_t maxcount);