package unix-errno

  1. Overview
  2. Docs
module CI = Cstubs_internals
val caml__1_unix_errno_reset : unit -> unit
val caml__2_unix_errno_get : unit -> Signed.sint
val caml__3_unix_errno_echrng : unit -> Signed.sint
val caml__4_unix_errno_el2nsync : unit -> Signed.sint
val caml__5_unix_errno_el3hlt : unit -> Signed.sint
val caml__6_unix_errno_el3rst : unit -> Signed.sint
val caml__7_unix_errno_elnrng : unit -> Signed.sint
val caml__8_unix_errno_eunatch : unit -> Signed.sint
val caml__9_unix_errno_enocsi : unit -> Signed.sint
val caml__10_unix_errno_el2hlt : unit -> Signed.sint
val caml__11_unix_errno_ebade : unit -> Signed.sint
val caml__12_unix_errno_ebadr : unit -> Signed.sint
val caml__13_unix_errno_exfull : unit -> Signed.sint
val caml__14_unix_errno_enoano : unit -> Signed.sint
val caml__15_unix_errno_ebadrqc : unit -> Signed.sint
val caml__16_unix_errno_ebadslt : unit -> Signed.sint
val caml__17_unix_errno_ebfont : unit -> Signed.sint
val caml__18_unix_errno_enonet : unit -> Signed.sint
val caml__19_unix_errno_enopkg : unit -> Signed.sint
val caml__20_unix_errno_eadv : unit -> Signed.sint
val caml__21_unix_errno_esrmnt : unit -> Signed.sint
val caml__22_unix_errno_ecomm : unit -> Signed.sint
val caml__23_unix_errno_edotdot : unit -> Signed.sint
val caml__24_unix_errno_enotuniq : unit -> Signed.sint
val caml__25_unix_errno_ebadfd : unit -> Signed.sint
val caml__26_unix_errno_eremchg : unit -> Signed.sint
val caml__27_unix_errno_elibacc : unit -> Signed.sint
val caml__28_unix_errno_elibbad : unit -> Signed.sint
val caml__29_unix_errno_elibscn : unit -> Signed.sint
val caml__30_unix_errno_elibmax : unit -> Signed.sint
val caml__31_unix_errno_elibexec : unit -> Signed.sint
val caml__32_unix_errno_erestart : unit -> Signed.sint
val caml__33_unix_errno_estrpipe : unit -> Signed.sint
val caml__34_unix_errno_euclean : unit -> Signed.sint
val caml__35_unix_errno_enotnam : unit -> Signed.sint
val caml__36_unix_errno_enavail : unit -> Signed.sint
val caml__37_unix_errno_eisnam : unit -> Signed.sint
val caml__38_unix_errno_eremoteio : unit -> Signed.sint
val caml__39_unix_errno_enomedium : unit -> Signed.sint
val caml__40_unix_errno_emediumtype : unit -> Signed.sint
val caml__41_unix_errno_enokey : unit -> Signed.sint
val caml__42_unix_errno_ekeyexpired : unit -> Signed.sint
val caml__43_unix_errno_ekeyrevoked : unit -> Signed.sint
val caml__44_unix_errno_ekeyrejected : unit -> Signed.sint
val caml__45_unix_errno_erfkill : unit -> Signed.sint
val caml__46_unix_errno_ehwpoison : unit -> Signed.sint
val caml__47_unix_errno_epwroff : unit -> Signed.sint
val caml__48_unix_errno_edeverr : unit -> Signed.sint
val caml__49_unix_errno_ebadexec : unit -> Signed.sint
val caml__50_unix_errno_ebadarch : unit -> Signed.sint
val caml__51_unix_errno_eshlibvers : unit -> Signed.sint
val caml__52_unix_errno_ebadmacho : unit -> Signed.sint
val caml__53_unix_errno_enopolicy : unit -> Signed.sint
val caml__54_unix_errno_eqfull : unit -> Signed.sint
val caml__55_unix_errno_edoofus : unit -> Signed.sint
val caml__56_unix_errno_enotcapable : unit -> Signed.sint
val caml__57_unix_errno_ecapmode : unit -> Signed.sint
val caml__58_unix_errno_eproclim : unit -> Signed.sint
val caml__59_unix_errno_ebadrpc : unit -> Signed.sint
val caml__60_unix_errno_erpcmismatch : unit -> Signed.sint
val caml__61_unix_errno_eprogunavail : unit -> Signed.sint
val caml__62_unix_errno_eprogmismatch : unit -> Signed.sint
val caml__63_unix_errno_eprocunavail : unit -> Signed.sint
val caml__64_unix_errno_eftype : unit -> Signed.sint
val caml__65_unix_errno_eauth : unit -> Signed.sint
val caml__66_unix_errno_eneedauth : unit -> Signed.sint
val caml__67_unix_errno_enoattr : unit -> Signed.sint
val caml__68_unix_errno_enostr : unit -> Signed.sint
val caml__69_unix_errno_enodata : unit -> Signed.sint
val caml__70_unix_errno_etime : unit -> Signed.sint
val caml__71_unix_errno_enosr : unit -> Signed.sint
type 'a result = 'a
type 'a return = 'a
type 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
val map_result : ('a -> 'b) -> 'c -> 'd
val returning : 'a CI.typ -> 'a return fn
val (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
val foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
val foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr