Current section

Files

Jump to
alcove edoc fcntl_constant-3.edoc
Raw

edoc/fcntl_constant-3.edoc

@doc Convert fnctl(2) constant to integer
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.176.0>}
2> alcove:fcntl_constant(Drv, [], fd_cloexec).
1
'''