From 38987f3f5a3919ac81ba419e05ac8610c269faff Mon Sep 17 00:00:00 2001 From: wrmr Date: Sat, 9 Nov 2024 02:04:33 -0500 Subject: rename buf_t to str_t, and consolidate str.c/h with strv.c/h --- strv.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 strv.h (limited to 'strv.h') diff --git a/strv.h b/strv.h deleted file mode 100644 index 1718711..0000000 --- a/strv.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef STRV_H -#define STRV_H - -#include - -typedef struct { - const char *s; - size_t n; -} strv_t; - -strv_t strv(const char *s); -int strv_split(strv_t *src, int chr, strv_t *dest); - -#endif -- cgit 1.4.1-2-gfad0