mercredi 17 septembre 2014

jni java to c string passing


Vote count:

0




package com.example.pinkpanther;


public class Biodata {



static { System.loadLibrary("Calclib");}

public native static String add (String a); // is this line correct?
public native static int number (int x);
public native static char fun(char c );


}



asked 29 secs ago







jni java to c string passing

Aucun commentaire:

Enregistrer un commentaire