isspace.h (92B)
1 #pragma once 2 3 #ifndef ISSPACE_H 4 #define ISSPACE_H 5 6 int k_isspace (const char *str); 7 8 #endif