aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/std.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-31 13:15:43 +0900
committernsfisis <nsfisis@gmail.com>2025-08-31 13:15:43 +0900
commitc84b5ccd48ca188f439cde3e5cdac95d26ed0be3 (patch)
tree1478ed798efd41bce3cbcacf3b9c375f391beb17 /src/std.h
parentda65f1e21a24f0a173ee5ae08f00db91cba5ffda (diff)
downloadducc-c84b5ccd48ca188f439cde3e5cdac95d26ed0be3.tar.gz
ducc-c84b5ccd48ca188f439cde3e5cdac95d26ed0be3.tar.zst
ducc-c84b5ccd48ca188f439cde3e5cdac95d26ed0be3.zip
feat: support --version flagv0.1.0
Diffstat (limited to 'src/std.h')
-rw-r--r--src/std.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std.h b/src/std.h
index 2b1ad4a..ad31747 100644
--- a/src/std.h
+++ b/src/std.h
@@ -26,6 +26,7 @@ void* memcpy(void*, const void*, size_t);
void* memmove(void*, const void*, size_t);
void* memset(void*, int, size_t);
int mkstemps(char*, int);
+int printf(const char*, ...);
void* realloc(void*, size_t);
int sprintf(char*, const char*, ...);
int strcmp(const char*, const char*);