Bring in the shared pointer->string and string->pointer implementation

This commit is contained in:
retropikzel 2025-03-15 06:47:10 +02:00
parent e84fc593bd
commit f529fcab52
1 changed files with 0 additions and 5 deletions

View File

@ -112,11 +112,6 @@
(lambda (pointer)
(pointer->string pointer)))
;; FIXME
(define pffi-pointer-address
(lambda (pointer)
0))
(define pffi-type->native-type
(lambda (type)
(cond ((equal? type 'int8) 'int8_t)