aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/util.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-03 15:19:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-03 15:19:59 -0400
commit8d173710fe8cfd96bd54f9dd1cf0eccacfdd6e73 (patch)
treee93cf2ad599ed1378366303d1162a60fec5090db /src/stdlib/util.h
parentcedae3039c8d67568b5ac35833c10cbfc1c7cb23 (diff)
Deprecate heap_strf
Diffstat (limited to 'src/stdlib/util.h')
-rw-r--r--src/stdlib/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stdlib/util.h b/src/stdlib/util.h
index 6f79bed6..45bf1d7b 100644
--- a/src/stdlib/util.h
+++ b/src/stdlib/util.h
@@ -55,7 +55,4 @@
#define MACROLIKE extern inline __attribute__((gnu_inline, always_inline))
#endif
-__attribute__((format(printf, 1, 2)))
-char *heap_strf(const char *fmt, ...);
-
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0