From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/string-util.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/string-util.h (limited to 'src/string-util.h') diff --git a/src/string-util.h b/src/string-util.h deleted file mode 100644 index 2625765..0000000 --- a/src/string-util.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __STRING_UTIL_H -#define __STRING_UTIL_H - -#include - -size_t strlcpy(char *dst, const char *src, size_t siz); -size_t strlcat(char *dst, const char *src, size_t siz); -char *str_replace(const char *str, const char *old, const char *new); - -#endif -- cgit v1.2.3