Case 8000 Series Reference Manual page 160

8000 series
Table of Contents

Advertisement

if (newline)
{
if (--newline)
else
}
else
{
}
}
else
{
if
(previous == '\n')
{
*array++ = '\n';
previous = \000';
}
else
{
if ((c = getchar() ) == EOF)
if (c == '\n')
{
}
else
{
}
}
}
}
return (c != EOF);
}
X870-300351 Issue 1
*array++ = '\000';
*array++ = '\n';
return (1);
if ((c = getchar() ) == EOF)
break;
if (c == '\n')
{
newline = 2;
*array++ = '\r';
}
else
{
*array++ = c;
}
break;
if (previous == '\r')
{
previous = '\n';
*array++ = '\000';
}
else
{
previous = '\000';
*array++ = '\n';
return (1) ;
}
previous = c;
*array++ = c;
/* (1) now \r\000
/* (0) now \r\000\n
/* End of File
/* Needs expanding to (2)
/* now \r
/* All other characters
/* option to convert \r\n to \r000\n
/* now \r\000\0 and reset value
/* more data returns TRUE until EOF found
H-4
*/
*/
*/
*/
*/
*/
*/
*/
*/
Rev.0

Advertisement

Table of Contents
loading

This manual is also suitable for:

832584258525

Table of Contents