diff options
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index 4f7bc59ae..7ec63f15a 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -20,7 +20,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * ecvtbuf:: Double or float to string of digits * ecvt:: Double or float to string of digits (malloc result) * __env_lock:: Lock environment list for getenv and setenv -* gvcvt:: Format double or float as string +* gcvt:: Format double or float as string * exit:: End program execution * getenv:: Look up environment variable * labs:: Long integer absolute value (magnitude) |