Modified note in A3.c
This commit is contained in:
parent
9ade32cc80
commit
3c356f5819
@ -2,8 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#include "A3.h"
|
||||
|
||||
// NOTE: No need to memorize this file
|
||||
// The contents of this file can be referenced from A3.h which is the generated header file
|
||||
// NOTE: The contents of this file can be referenced from A3.h which is the generated header file
|
||||
// Refer explanation for more info: https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment-A3/EXPLANATION.md
|
||||
|
||||
JNIEXPORT jint JNICALL Java_A3_add(JNIEnv *env, jobject obj, jint a, jint b) { // Function for addition
|
||||
|
Loading…
Reference in New Issue
Block a user