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