diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 12:36:54 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 12:39:59 +0530 |
commit | f44217a2b4bc73281a006f82cdd1374683b3cac7 (patch) | |
tree | dde5a56d08e053a722529a22607c5ef56d64490d /include/util.h | |
parent | 4806d11045df99e729809ff22883918d9ba803c9 (diff) |
util: purge
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/util.h b/include/util.h deleted file mode 100644 index 58c1f58..0000000 --- a/include/util.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __UTIL_H -#define __UTIL_H - -void xstrcat(char *s1, char *s2); - -#endif |