This website requires JavaScript.
Explore
Help
Register
Sign In
Retropikzel
/
foreign-c
Watch
1
Star
0
Fork
You've already forked foreign-c
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
foreign-c
/
OLD
/
primitives
/
skint.scm
4 lines
75 B
Scheme
Raw
Permalink
Blame
History
(
define
size-of-type
(
lambda
(
type
)
(
cond
(
(
equal?
type
'int8
)
1
)
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink