tolower.3 (d28b4295fda4df847a0b8c66a66ebbe02c335878) tolower.3 (b3d64ab72f0bd29cd496853a5e8cd9bc554f3246)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 64 unchanged lines hidden (view full) ---

73.Xr isgraph 3 ,
74.Xr islower 3 ,
75.Xr isprint 3 ,
76.Xr ispunct 3 ,
77.Xr isspace 3 ,
78.Xr isupper 3 ,
79.Xr isxdigit 3 ,
80.Xr toascii 3 ,
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 64 unchanged lines hidden (view full) ---

73.Xr isgraph 3 ,
74.Xr islower 3 ,
75.Xr isprint 3 ,
76.Xr ispunct 3 ,
77.Xr isspace 3 ,
78.Xr isupper 3 ,
79.Xr isxdigit 3 ,
80.Xr toascii 3 ,
81.Xr tolower 3 ,
81.Xr toupper 3 ,
82.Xr stdio 3 ,
83.Xr ascii 7
84.Sh STANDARDS
85The
82.Xr stdio 3 ,
83.Xr ascii 7
84.Sh STANDARDS
85The
86.Fn toupper
86.Fn tolower
87function conforms to
88.St -ansiC .
87function conforms to
88.St -ansiC .