git reimport

This commit is contained in:
2019-03-15 13:47:54 +04:00
commit 3b461f73de
489 changed files with 1631603 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
public class messageJNI {
public final static native int NumberOfNodes();
public final static native int MyNodeId();
public final static native void PutChar(int jarg1, char jarg2);
public final static native void PutInt(int jarg1, int jarg2);
public final static native void PutLL(int jarg1, long jarg2);
public final static native void Send(int jarg1);
public final static native int Receive(int jarg1);
public final static native char GetChar(int jarg1);
public final static native int GetInt(int jarg1);
public final static native long GetLL(int jarg1);
}