Help for this page

Select Code to Download


  1. or download this
    $ cc -c -fPIC test.c
    $ cc -shared test.o -o test.so
    
  2. or download this
    int test()      // ->DeclareSub("test", "i")
    {
    ...
    {
        printf("WORKS!\n");
    }