try.java.c.golden 521 B

12345678910111213141516171819202122232425
  1. // Code generated by gobind. DO NOT EDIT.
  2. // JNI functions for the Go <=> Java bridge.
  3. //
  4. // autogenerated by gobind -lang=java try
  5. #include <android/log.h>
  6. #include <stdint.h>
  7. #include "seq.h"
  8. #include "_cgo_export.h"
  9. #include "try.h"
  10. JNIEXPORT void JNICALL
  11. Java_try_1_Try__1init(JNIEnv *env, jclass _unused) {
  12. jclass clazz;
  13. }
  14. JNIEXPORT jstring JNICALL
  15. Java_try_1_Try_this_1(JNIEnv* env, jclass _clazz) {
  16. nstring r0 = proxytry__This();
  17. jstring _r0 = go_seq_to_java_string(env, r0);
  18. return _r0;
  19. }