How can we convert C 0x00000001u (unsigned int in C) to Common Lisp using CFFI?
Can we type directly 1?(Is this a valid translation to CL?)
On Fri, 26 Jun 2020 at 20:52, oleg harput olegharput@gmail.com wrote:
How can we convert C 0x00000001u (unsigned int in C) to Common Lisp using CFFI?
Can we type directly 1?(Is this a valid translation to CL?)
In what context?