package ctypes
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Combinators for binding to C libraries without writing any C
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.16.0.tar.gz
sha256=26395d60fa728ee6277573fdd74a7e82137826b531501fc2791d5db79b843350
md5=31d4f2072abd74e99ed8d70f934e3718
doc/ctypes/PosixTypes/index.html
Module PosixTypes
Some POSIX types.
POSIX arithmetic types
module Dev : Unsigned.Smodule Ino : Unsigned.Smodule Mode : Unsigned.Smodule Nlink : Unsigned.Smodule Time : Unsigned.Stype dev_t = Dev.ttype ino_t = Ino.ttype mode_t = Mode.ttype nlink_t = Nlink.ttype off_t = Off.ttype pid_t = Pid.ttype size_t = Unsigned.size_ttype ssize_t = Ssize.ttype time_t = Time.tValues representing POSIX arithmetic types
val clock_t : clock_t Ctypes.typval dev_t : dev_t Ctypes.typval ino_t : ino_t Ctypes.typval mode_t : mode_t Ctypes.typval nlink_t : nlink_t Ctypes.typval off_t : off_t Ctypes.typval pid_t : pid_t Ctypes.typval size_t : size_t Ctypes.typval ssize_t : ssize_t Ctypes.typval time_t : time_t Ctypes.typval useconds_t : useconds_t Ctypes.typPOSIX non-arithmetic types
Values representing POSIX non-arithmetic types
val sigset_t : sigset_t Ctypes.typ sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page