RosettaCodeData/Task/Call-a-foreign-language-function/PL-I/call-a-foreign-language-function.pli

4 lines
100 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare strdup entry (character (30) varyingz) options (fastcall16);
put (strdup('hello world') );