aboutsummaryrefslogtreecommitdiff
path: root/sys/libfmt/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libfmt/internal.h')
-rw-r--r--sys/libfmt/internal.h17
1 files changed, 0 insertions, 17 deletions
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 <u.h>
-#include <base.h>
-#include <libutf.h>
-#include <libfmt.h>
-
-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);