Main index | Section 3 | 日本語 | Deutsch | Options |
#include <ctype.h>
"\t " | "" |
In the "C" locale, a successful isblank() test is limited to these characters only. The value of the argument must be representable as an unsigned char or the value of EOF.
The isblank_l() function takes an explicit locale argument, whereas the isblank() function uses the current global or per-thread locale.
ISBLANK (3) | July 17, 2005 |
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 |