A first pass to correctly convert between c char strings to Java Strings.

This commit is contained in:
Adam Murdoch
2012-09-09 10:01:53 +10:00
parent 182efebb40
commit b8d0830d44
6 changed files with 89 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Generic functions
* Generic cross-platform functions.
*/
#include "native.h"
#include "generic.h"