aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-11 12:36:54 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-11 12:39:59 +0530
commitf44217a2b4bc73281a006f82cdd1374683b3cac7 (patch)
treedde5a56d08e053a722529a22607c5ef56d64490d /include/util.h
parent4806d11045df99e729809ff22883918d9ba803c9 (diff)
util: purge
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h6
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