Skip to content
Commit 420640f4 authored by Luís Oliveira's avatar Luís Oliveira
Browse files

New types. Sized ints and aliases.

- Defined the :[u]int{8,16,32,64} types by looking at the sizes of
  the built-in types.
- Removed :[u]int{8,16,32,64} from cffi-clisp.
- New typedefs: :uchar, :ushort, :uint, :ulong, :llong, and :ullong.
- New test: misc-types.sized-ints.
- Removed the related TODO items.
parent 8bf8cf1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment