3 lines
100 B
Text
3 lines
100 B
Text
declare strdup entry (character (30) varyingz) options (fastcall16);
|
|
|
|
put (strdup('hello world') );
|