Package: cffi
Function foreign-slot-offset
Lambda Listforeign-slot-offset (type slot-name) Argumentstype -- A foreign struct type. slot-name -- A symbol. offset -- An integer. Details The function foreign-slot-offset returns the offset in bytes of a slot in a foreign struct type. Examples (defcstruct timeval (tv-secs :long) (tv-usecs :long)) | See also |