Mono Class Library: Mono.Unix.Native.Stdlib Overview | Members

Mono.Unix.Native.Stdlib.putchar Method

Output a character to a Stdlib.stdout.

public static int putchar (int c)

Parameters

c
The charater to write.

Returns

Returns the character written. If an error occurrs, the value Stdlib.EOF is returned.

Remarks

The putchar() function is identical to Stdlib.putc() with an output stream of Stdlib.stdout.

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0