repo.or.cz
/
mozart2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added cons.
[mozart2.git]
/
builtin.hh
blob
27c7d3e5ef71f5d116719330cd38a579457d4453
1
extern
const
VTable simpleBuiltinVT
;
2
void
mkBuiltin
(
VM
&,
Node
&
target
,
BIStatus
* (*
proc
)(
VM
&
vm
,
UnstableNode
*
args
[])){
3
target
.
vt
=&
simpleBuiltinVT
;
4
target
.
c
.
fptr
=(
void
(*)())
proc
;
5
}