root/dos/ctype.h

Revision 1fb6b70cdacaf3ca3c069a6d96434eed3b6bc22f, 51 bytes (checked in by Shao Miller <shao.miller@…>, 23 months ago)

dos: Work-in-progress

  • Property mode set to 100644
Line 
1static int isspace(int c) {
2  return (c == ' ');
3}
Note: See TracBrowser for help on using the browser.