diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 16:05:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 16:05:09 -0400 |
| commit | 9da5949b953ae5424afb77ff4280399eacf414d4 (patch) | |
| tree | 4db2b1ec3abe4f4e63d0fd57c3efbf588c8f92f4 /src/stdlib/fpconv.h | |
| parent | a49610246e12d8e2947f8ce2bc981acbbb88a901 (diff) | |
Remove remaining printf references
Diffstat (limited to 'src/stdlib/fpconv.h')
| -rw-r--r-- | src/stdlib/fpconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); * } * */ |
