puts


Description:

public bool puts (string line)

Like fputs, this assumes that the line already ends with a newline

Parameters:

this

A Output

line

Nul terminated string to write

Returns:

true if successful, false if not