diff options
Diffstat (limited to 'newlib/libc/stdlib/efgcvt.c')
-rw-r--r-- | newlib/libc/stdlib/efgcvt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/efgcvt.c b/newlib/libc/stdlib/efgcvt.c index ba0250490..5d6e1aea3 100644 --- a/newlib/libc/stdlib/efgcvt.c +++ b/newlib/libc/stdlib/efgcvt.c @@ -84,7 +84,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>, NEWPAGE FUNCTION -<<gvcvt>>, <<gcvtf>>---format double or float as string +<<gcvt>>, <<gcvtf>>---format double or float as string INDEX gcvt @@ -111,7 +111,7 @@ TRAD_SYNOPSIS DESCRIPTION <<gcvt>> writes a fully formatted number as a null-terminated -string in the buffer <<*<[buf]>>>. <<gdvtf>> produces corresponding +string in the buffer <<*<[buf]>>>. <<gcvtf>> produces corresponding character representations of <<float>> numbers. <<gcvt>> uses the same rules as the <<printf>> format |