Mono Class Library: OverviewMono.Unix.Native.Stdlib: Field Members |
The fields of Mono.Unix.Native.Stdlib are listed below. For a list of all members, see the Stdlib Members list.
See Also: Inherited members from System.Object
static readonly_IOFBF int (0). Fully Buffered. static readonly_IOLBF int (1). Line buffered. static readonly_IONBF int (2). Specify unbuffered FILE streams. static readonlyBUFSIZ int (8192). Buffer size. static readonlyEOF int (-1). End Of File. static readonlyEXIT_FAILURE int (1). Failure program exit status. static readonlyEXIT_SUCCESS int (0). Success program exit status. static readonlyFILENAME_MAX int (4096). Maximum filename length. static readonlyFOPEN_MAX int (16). Maximum number of FILE pointer that may be open at one time. static readonlyL_tmpnam int (20). The number of characters filled by Stdlib.tmpnam(3). static readonlyMB_CUR_MAX int (6). Documentation for this section has not yet been entered. static readonlyRAND_MAX int (2147483647). The maximum value returned by Stdlib.rand(3). static readonlySIG_DFL SignalHandler. Default signal behavior. static readonlySIG_ERR SignalHandler. Error signal. static readonlySIG_IGN SignalHandler. Ignore the signal. static readonlystderr IntPtr. Standard error FILE stream. static readonlystdin IntPtr. Standard input FILE stream. static readonlystdout IntPtr. Standard output FILE stream. static readonlyTMP_MAX int (238328). Maximum number of times Stdlib.tmpnam(3) will return different strings.