We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fed06 commit 9d4223bCopy full SHA for 9d4223b
examples/src/linux/patch_test.bin.c
@@ -1,6 +1,4 @@
1
#include <stdio.h>
2
-#include <stdlib.h>
3
-#include <unistd.h>
4
#include <string.h>
5
6
#include "patch_test.so.h"
examples/src/linux/patch_test.so.c
@@ -1,6 +1,2 @@
-#include <stdio.h>
const char *patch_test_value = "gniliq";
-
0 commit comments