From 9da5949b953ae5424afb77ff4280399eacf414d4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Apr 2025 16:05:09 -0400 Subject: Remove remaining printf references --- src/stdlib/fpconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/fpconv.h') diff --git a/src/stdlib/fpconv.h b/src/stdlib/fpconv.h index 360c1f96..1d3dd813 100644 --- a/src/stdlib/fpconv.h +++ b/src/stdlib/fpconv.h @@ -24,7 +24,7 @@ * int str_len = fpconv_dtoa(d, buf); * * buf[str_len] = '\0'; - * printf("%s", buf); + * puts(buf); * } * */ -- cgit v1.2.3