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