Main index | Section 3 | 日本語 | Deutsch | Options |
#include <ctype.h>
In the ASCII character set, this includes the following characters (with their numeric values shown in octal):
amp;041 ``!'' | 042 `` '' | 043 ``#'' | 044 ``$'' | 045 ``%'' |
amp;046 ``&'' | 047 ``''' | 050 ``('' | 051 ``)'' | 052 ``*'' |
amp;053 ``+'' | 054 ``,'' | 055 ``-'' | 056 ``.'' | 057 ``/'' |
amp;072 ``:'' | 073 ``;'' | 074 ``<'' | 075 ``='' | 076 ``>'' |
amp;077 ``?'' | 100 ``@'' | 133 ``['' | 134 ``\'' | 135 ``]'' |
amp;136 ``^'' | 137 ``_'' | 140 ```'' | 173 ``{'' | 174 ``|'' |
amp;175 ``}'' | 176 ``~'' | amp; | amp; | amp; |
The ispunct_l() function takes an explicit locale argument, whereas the ispunct() function uses the current global or per-thread locale.
ISPUNCT (3) | July 30, 2012 |
Main index | Section 3 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed. | ” |
— The Unix Haters' handbook |