<sect1><tt/time.h/<label id="time.h"><p>
-
+
<!--
<itemize>
<item><ref id="_systime" name="_systime">
<item><ref id="strftime" name="strftime">
<item><ref id="time" name="time">
</itemize>
--->
+-->
<sect1><tt/unistd.h/<label id="unistd.h"><p>
<tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
<tag/Declaration/<tt/int __fastcall__ isblank (int c);/
<tag/Description/The function returns a value of zero if the given argument
-is a blank or space character. The return value is non zero if the character
+is a space or tab character. The return value is non zero if the character
is anything else.
<tag/Limits/<itemize>
<item>When compiling with <tt/-Os/ the function is actually a macro. The