| Main index | Section 3 | 日本語 | Deutsch | Options |
#include <ctype.h>
amp;``\t'' | ``\n'' | ``\v'' | ``\f'' | ``\r'' | `` '' |
In the "C" locale, isspace() and isspace_l() return non-zero for these characters only. The value of the argument must be representable as an unsigned char or the value of EOF.
The isspace_l() function takes an explicit locale argument, whereas the isspace() function uses the current global or per-thread locale.
| ISSPACE (3) | December 19, 2022 |
| Main index | Section 3 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs. | ” |
| — Maurice Wilkes | ||