racket/collects/ffi
Matthew Flatt d46411d317 ffi/unsafe: add _size', _ssize', _ptrdiff', _intmax', `_uintmax'
These additions could create backward-compatibility problems, but our
searches suggest that problems will be rare; it's more common for
`_size_t' to be incorrectly aliased to `_int', so having definitions
for these standard types is likely to avoid future problems.
2013-02-18 17:01:11 -07:00
..
examples
unsafe
com-registry.rkt
com.rkt
cvector.rkt
file.rkt
info.rkt
objc.rkt
unsafe.rkt ffi/unsafe: add _size', _ssize', _ptrdiff', _intmax', `_uintmax' 2013-02-18 17:01:11 -07:00
vector.rkt full unboxing for extflonums, plus `ffi/unsafe' support 2013-02-15 12:15:34 -07:00
winapi.rkt