X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_primitive.xml;fp=doc%2Fref_primitive.xml;h=79003698666d8ac462b6f70f4c4bd108ce2f3766;hb=e0f5a9b35708481bb640718f8ecd837cf4ae69f5;hp=d9c3fda455bc44ca4473c423fc5ae04f9092c3c4;hpb=5dab1da154a199e054832dfb1ad8e182bc319ed9;p=uffi.git diff --git a/doc/ref_primitive.xml b/doc/ref_primitive.xml index d9c3fda..7900369 100644 --- a/doc/ref_primitive.xml +++ b/doc/ref_primitive.xml @@ -50,10 +50,26 @@ :unsigned-int - Unsigned 32-bits. - :long - Signed 32 or 64 bits, depending upon the platform. + :long - Signed 32 or 64 bit integer, + depending upon the platform. - :unsigned-long - Unsigned 32 or 64 bits, depending upon the platform. + :unsigned-long - Unsigned 32 or 64 + bit integer, depending upon the platform. + + + :long-long - Signed 64 bits integer + for implementations that support this. If implementation + does not support + this, 'uffi:no-long-long is pushed on + the cl:*features* list. + + + :unsigned-long-long - Unsigned 64 + bits integer for implementations that support this. If + implementation does not support + this, 'uffi:no-long-long is pushed on + the cl:*features* list. :float - 32-bit floating point.