We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d835cb4 commit 0245583Copy full SHA for 0245583
Tests/InteropApp.c
@@ -4,10 +4,6 @@
4
#include <stdio.h>
5
#include <string.h>
6
7
-#define RESOLVER_ENTRY(name) \
8
- if (!strcmp(sym, #name)) \
9
- return name;
10
-
11
typedef void (*InteropFn)(const char*);
12
13
int main(int argc, char* argv[]) {
0 commit comments