diff options
| -rw-r--r-- | man3/wcstombs.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/wcstombs.3 b/man3/wcstombs.3 index e2b3327886..dc3967dd78 100644 --- a/man3/wcstombs.3 +++ b/man3/wcstombs.3 @@ -11,6 +11,9 @@ .TH WCSTOMBS 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME wcstombs \- convert a wide-character string to a multibyte string +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> |
