| 
 |  iMatix home page | << | < | > | >>  | 
 
SFLVersion 2.10  | 
#include "sflcons.h" int coputs (const char *string)
As puts() but sends output to the current console. This is by default the stdout device, unless you used console send() to direct console output to some function.
{
    coprintf (string);
    return (1);
}
| | << | < | > | >> | 
 |