Current section

Files

Jump to
alcove edoc getuid-2.edoc
Raw

edoc/getuid-2.edoc

@doc getuid(2): returns the process user ID
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.177.0>}
2> alcove:getuid(Drv, []).
1000
'''