original commit: 94953391556eab096a67ad59d85789d74e75d7e8
This commit is contained in:
Eli Barzilay 2004-11-04 10:06:31 +00:00
parent af3d2930b2
commit 49b77b2a05

View File

@ -74,6 +74,11 @@
;; ----------------------------------------------------------------------------
;; C integer types
(define* _sint8 _sint8)
(define* _sint16 _sint16)
(define* _sint32 _sint32)
(define* _sint64 _sint64)
;; _byte etc is a convenient name for _uint8 & _sint8
;; (_byte is unsigned)
(define* _byte _uint8)