FFI

media link: (
Sequence new ; ['libc.so.6'] ;
['printf'] ;
( Sequence new ; ['pointer'] ; ['int'] ) ;
['void'] ;
['stdio'] ;
['printf:'] ;
1
).
>> b := Blob utf8: ['I got %d appels'].
stdio printf: (Sequence new ; b ; 6).

I got 6 apples