BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kputs - writes a string to kstdout

LIBRARY CALL

int kputs(
   const char  *buffer)

INPUT

OUTPUT

none

RETURN VALUE

returns the characters written; otherwise EOF is returned.

DESCRIPTION

This function is a replacement for the system puts() routine. The only difference is that kputs() uses the khoros transport mechanisms. The routine will print a single line to kstout. It uses the kstrlen() to determine the number of characters to print.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/kstdio.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.