diff options
Diffstat (limited to 'man3/toascii.3')
| -rw-r--r-- | man3/toascii.3 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man3/toascii.3 b/man3/toascii.3 index cf6f6cc7fd..57ce1a524d 100644 --- a/man3/toascii.3 +++ b/man3/toascii.3 @@ -24,7 +24,7 @@ .\" .\" Added BUGS section, aeb, 950919 .\" -.TH TOASCII 3 1995-09-16 "GNU" "Linux Programmer's Manual" +.TH TOASCII 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME toascii \- convert character to ASCII .SH SYNOPSIS @@ -33,6 +33,15 @@ toascii \- convert character to ASCII .sp .BI "int toascii(int " "c" ); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.br +.BR toascii (): +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE .SH DESCRIPTION .BR toascii () converts \fIc\fP to a 7-bit \fIunsigned char\fP value |
