File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,26 @@ NB.gh v allocate header
3434NB. fh v free header
3535NB. *symget v get address of locale entry for name
3636NB. *symset v set array as address
37- NB. *symdat v get address of data for name
38- NB. 15!:6 - get address of locale entry for name
37+ NB. *symdad v get address of data for name
38+ NB. *memhad v get address of header for name
39+ NB. 15!:6 - get address of locale entry for name (deprecated)
3940NB. 15!:7 - set array as address
4041NB. 15!:8 - allocate header
4142NB. 15!:9 - free header
42- NB. 15!:12 - mmblks return 3 col integer matrix
43+ NB. 15!:12 - get address of header for name
4344NB. 15!:14 - get address of data for name
4445NB. 15!:16 - toggle native front end (nfe) state
4546NB. 15!:17 - return x callback arguments
46- NB. 15!:18 - return last jsto output
47+ NB. 15!:18 - copy to aligned data block
48+ NB. 15!:19 - get address of header for noun
49+ NB. 15!:20 - boxed character string identifying the DLL
4750NB. gh=. 15!:8
4851NB. fh=. 15!:9
49- symget=: 15 !: 6
52+ NB. symget=: 15!:6 NB. deprecated and removed
5053symset=: 15 !: 7
51- symdat=: 15 !: 14
54+ symdad=: 15 !: 14
55+ symdat=: 15 !: 14 NB. legacy
56+ memhad=: 15 !: 12
5257
5358NB. *cdcb v callback address
5459cdcb=: 15 !: 13
You can’t perform that action at this time.
0 commit comments