#include "libapl.h" // compile with: // gcc test_libapl.c -L /usr/local/lib/apl -lapl -o test_libapl int main(int argc, char * argv[]) { init_libapl(argv[0], 0); return apl_exec("⎕←2 3⍴⍳6"); }