File: NativeSpeed.c

package info (click to toggle)
king 2.24%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 78,588 kB
  • sloc: java: 111,577; xml: 1,868; cpp: 209; perl: 127; sh: 102; python: 99; makefile: 60; ansic: 7
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#include <jni.h>
#include "NativeSpeed.h"
#include <stdio.h>

JNIEXPORT void JNICALL Java_NativeSpeed_doNativeFunc(JNIEnv * env, jobject obj)
{
    /* Do nothing here */
    return;
}