Module Posix_getopt_stubs.Def
Parameters
module F : Cstubs.FOREIGNSignature
module Types : sig ... endinclude module type of struct include Types end
val const_string_ptr : string Ctypes_static.ptr Ctypes.typval getopt :
(int -> string Ctypes_static.ptr -> string -> int F.return) F.resultval has_getopt_long : (unit -> bool F.return) F.resultval getopt_long :
(int ->
string Ctypes_static.ptr ->
string ->
Option.t Ctypes.structure Ctypes_static.ptr ->
int Ctypes_static.ptr ->
int F.return)
F.resultval has_getopt_long_only : (unit -> bool F.return) F.resultval getopt_long_only :
(int ->
string Ctypes_static.ptr ->
string ->
Option.t Ctypes.structure Ctypes_static.ptr ->
int Ctypes_static.ptr ->
int F.return)
F.resultval getoptarg : (unit -> char Ctypes_static.ptr F.return) F.resultval getoptind : (unit -> int Ctypes_static.ptr F.return) F.resultval getopterr : (unit -> int Ctypes_static.ptr F.return) F.resultval getoptopt : (unit -> char Ctypes_static.ptr F.return) F.resultval getoptreset : (unit -> int Ctypes_static.ptr F.return) F.resultval strlen : (char Ctypes_static.ptr -> int F.return) F.result