.
original commit: 94953391556eab096a67ad59d85789d74e75d7e8
This commit is contained in:
parent
af3d2930b2
commit
49b77b2a05
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user