diff --git a/Codes/Group A/Assignment-A3/A3.c b/Codes/Group A/Assignment-A3/A3.c index 5c9eff7..097b5f9 100644 --- a/Codes/Group A/Assignment-A3/A3.c +++ b/Codes/Group A/Assignment-A3/A3.c @@ -2,8 +2,7 @@ #include #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