Bring in the shared pointer->string and string->pointer implementation
This commit is contained in:
parent
e84fc593bd
commit
f529fcab52
|
|
@ -112,11 +112,6 @@
|
||||||
(lambda (pointer)
|
(lambda (pointer)
|
||||||
(pointer->string pointer)))
|
(pointer->string pointer)))
|
||||||
|
|
||||||
;; FIXME
|
|
||||||
(define pffi-pointer-address
|
|
||||||
(lambda (pointer)
|
|
||||||
0))
|
|
||||||
|
|
||||||
(define pffi-type->native-type
|
(define pffi-type->native-type
|
||||||
(lambda (type)
|
(lambda (type)
|
||||||
(cond ((equal? type 'int8) 'int8_t)
|
(cond ((equal? type 'int8) 'int8_t)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue