Documentation
¶
Index ¶
Constants ¶
View Source
const ( R_OK = 0x4 W_OK = 0x2 X_OK = 0x1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetRandomFlag ¶
type GetRandomFlag uintptr
const ( GRND_NONBLOCK GetRandomFlag = 0x0001 GRND_RANDOM GetRandomFlag = 0x0002 )
Click to show internal directories.
Click to hide internal directories.