From 3c356f5819f2e979dbb9a553a368fe8a5b3d4feb Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 6 Nov 2024 03:02:07 +0530 Subject: [PATCH] Modified note in A3.c --- Codes/Group A/Assignment-A3/A3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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