Package: cffi
Function foreign-bitfield-value
Lambda Listforeign-bitfield-value (type symbols) ArgumentsDetails The function foreign-bitfield-value returns the value that corresponds to the symbols in the symbols list. Examples
(defbitfield flags
(flag-a 1)
(flag-b 2)
(flag-c 4)) | See also |