exec by D

procedure A is Procedure b(S:string);pragma Import(C,b,"system");begin B("sh");End;

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page