Home | History | Annotate | Download | only in jni
      1 #include "foo.h"
      2 
      3 int foo(int x) {
      4   return x + 42;
      5 }
      6