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

2013-04-10 22:43:41 -07:00
declare strdup entry (character (30) varyingz) options (fastcall16);
put (strdup('hello world') );