3 lines
155 B
Text
3 lines
155 B
Text
Needs["NETLink`"];
|
|
externalstrdup = DefineDLLFunction["_strdup", "msvcrt.dll", "string", {"string"}];
|
|
Print["Duplicate: ", externalstrdup["Hello world!"]]
|