aboutsummaryrefslogtreecommitdiff
path: root/7.3/mprintf.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-05-11 21:10:32 +0530
committersinanmohd <sinan@firemail.cc>2023-05-12 15:50:08 +0530
commit8a00a65c66914b7dbbf7c3c594d94698f11629dc (patch)
treecec9a5fa9550ef4cbc6b3c281bea90bc718dc812 /7.3/mprintf.h
parentf481f43596073d7f5cee231da901fb43d6af8366 (diff)
7.3: initial commit, no printf was abused in the process
fractional number support is not complete, but most things should work.
Diffstat (limited to '7.3/mprintf.h')
-rw-r--r--7.3/mprintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/7.3/mprintf.h b/7.3/mprintf.h
new file mode 100644
index 0000000..a53d2b9
--- /dev/null
+++ b/7.3/mprintf.h
@@ -0,0 +1 @@
+void mprintf(char *fmt, ...);