Call a function in a shared library: Difference between revisions

m
J (add a blank line to set off code for this task)
(J)
m (J (add a blank line to set off code for this task))
Line 211:
free=: 'msvcrt.dll free n x' cd <
getstr=: free ] memr@,&0 _1
 
DupStr=:verb define
try.
Line 226 ⟶ 227:
getstr@strdup ::] 'hello'
hello</lang>
 
 
=={{header|Java}}==
6,962

edits