Skip to content

Instantly share code, notes, and snippets.

@arn-e
Created January 22, 2013 01:32
Show Gist options
  • Save arn-e/4591263 to your computer and use it in GitHub Desktop.
Save arn-e/4591263 to your computer and use it in GitHub Desktop.
env_struct.c
struct env_type
{
int *(*GetIntArrayElements)(struct jintArray);
int *(*ReleaseIntArrayElements)(struct jintArray, int *native_array);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment