first commit
This commit is contained in:
commit
d8a9fcbc98
93 changed files with 23726 additions and 0 deletions
7
dwm/util.h.rej
Executable file
7
dwm/util.h.rej
Executable 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);
|
Loading…
Add table
Add a link
Reference in a new issue