From 6dd0c4747aa57227b5898fc639e3f2b643ce013c Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 15 Apr 2024 22:16:28 +0200 Subject: feat: Remove C implementation --- lib/util.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/util.h (limited to 'lib/util.h') diff --git a/lib/util.h b/lib/util.h deleted file mode 100644 index 33c61ed..0000000 --- a/lib/util.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include -#include - -/* - * Copy of a char to a newly created string of the same size. - */ -char* copy_achar(const char*); - -int load_or_save_db(sqlite3 *pInMemory, const char *zFilename, int isSave); - -unsigned int count_file_lines(FILE *file); -- cgit v1.2.3