| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

coputs

#include "sflcons.h"
int
coputs (const char *string)

Synopsis

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.

Source Code - (sflcons.c)

{
    coprintf (string);
    return (1);
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation