Go to the documentation of this file.
35 #endif //UNICODE_CHARS
63 if( len==-1 ) len =
STRLEN(
string );
65 for( ; len>0; len--,
string++ )
70 int crlf = (
DEBAR(*
string)==0x0D) && (
DEBAR(*(
string+1))==0x0A);
75 wc[0] =
DEBAR(*
string);
111 return feof(stdin)?1:0;
126 while( ch==
'\r' ) ch =
GETCHAR( stdin );
132 int main(
int argc,
char *argv[] )
137 setvbuf( stdin,
NULL, _IONBF, 0 );
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013