X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_primitive.xml;h=79003698666d8ac462b6f70f4c4bd108ce2f3766;hb=refs%2Ftags%2Fdebian-2.1.2-1;hp=eed908c0bdb8bc8e7f4e8607acdff6ec37f16137;hpb=e23ce13827d1948c2e46f2b36a4a22127615844a;p=uffi.git diff --git a/doc/ref_primitive.xml b/doc/ref_primitive.xml index eed908c..7900369 100644 --- a/doc/ref_primitive.xml +++ b/doc/ref_primitive.xml @@ -1,7 +1,7 @@ + %myents; ]> @@ -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.