📜  isspace - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:37.594000             🧑  作者: Mango

代码示例2
#include  
isspace(c);
// Checks whether a char, c is space or not.
// Return a non-zero integer if c is a non-space char; else returns 0