1
0

ctypef(3)

This commit is contained in:
dtb
2022-07-11 19:38:25 -04:00
parent 68ce0ae227
commit d231f7f234
4 changed files with 159 additions and 0 deletions

29
man/ctypef.3 Normal file
View File

@@ -0,0 +1,29 @@
.TH CTYPEF 3
.SH NAME
ctypef \- ctype, guaranteed to be functions
.SH SYNOPSIS
See ctype(3).
.SH DESCRIPTION
In some ancient environments ctype.h defines macros rather than functions for its methods.
ctypef.h replaces any macros from ctype.h with functions.
.SH STANDARDS
Redundant on standards conformant systems.
.SH COPYRIGHT
Public domain.
.SH CAVEATS
See ctype(3).
.SH SEE ALSO
ctype(3), ascii(7)