Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

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