This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
45eef06435
ocaml
/
otherlibs
/
unix
/
getgid.c
8 lines
115 B
C
Raw
Blame
History
#
include
<mlvalues.h>
#
include
"unix.h"
value
unix_getgid
(
)
/* ML */
{
return
Val_int
(
getgid
(
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink