From ce05175372a9ddca1a225db0765ace1127a39293 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 12 Nov 2021 09:22:01 -0800 Subject: chore: simplified organizational structure --- sys/libfmt/internal.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sys/libfmt/internal.h (limited to 'sys/libfmt/internal.h') diff --git a/sys/libfmt/internal.h b/sys/libfmt/internal.h deleted file mode 100644 index 725cfff..0000000 --- a/sys/libfmt/internal.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -typedef int (*Formatter)(fmt·State *io); -typedef struct Verb Verb; - -struct Verb -{ - int c; - Formatter fmt; -}; - -void fmt·setlocale(fmt·State *io, char *decimal, char *thousands, char *groups); -- cgit v1.2.1