Prints a message on Stdlib.stdout.
- message
- The message to print.
Returns the number of characters printed or a negative value if an error occurs, and Stdlib.GetLastError indicates the error.Usage
The following errors are specified:
Error Details Errno.EILSEQ An invalid wide character code was encountered Errno.ENOMEM Insufficient storage space is available. Any of the errors documented for the Syscall.write system call may also be returned.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0