Home | History | Annotate | Download | only in jni
      1 #include <stdio.h>
      2 #include "bar.h"
      3 
      4 int main(void)
      5 {
      6     printf("The answer is %d\n", bar());
      7     return 0;
      8 }
      9