Prettify JNI stuff.

This commit is contained in:
Andrew Steinborn
2019-01-11 14:13:13 -05:00
parent 1ddeb85f60
commit 9daa6c3a64
9 changed files with 87 additions and 76 deletions

View File

@@ -0,0 +1,6 @@
#include <jni.h>
#include <stdbool.h>
#include <zlib.h>
void JNICALL
check_zlib_free(JNIEnv *env, z_stream *stream, bool deflate);