package posix-signal
Bindings for the types defined in <signal.h>
Install
Dune Dependency
Authors
Maintainers
Sources
v2.0.2.tar.gz
md5=03d384b20e46da8598a69942ef92b53e
sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8
doc/src/posix-signal.stubs/posix_signal_stubs.ml.html
Source file posix_signal_stubs.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
open Ctypes module Def (F : Cstubs.FOREIGN) = struct open F module Types = Posix_signal_types.Def (Posix_signal_generated_types) open Types let sigemptyset = foreign "sigemptyset" (ptr sigset_t @-> returning int) let sigaddset = foreign "sigaddset" (ptr sigset_t @-> int @-> returning int) let sigismember = foreign "sigismember" (ptr sigset_t @-> int @-> returning int) let pthread_sigmask = foreign "pthread_sigmask" (int @-> ptr sigset_t @-> ptr sigset_t @-> returning int) let sigprocmask = foreign "sigprocmask" (int @-> ptr sigset_t @-> ptr sigset_t @-> returning int) end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>