diff options
Diffstat (limited to 'dlfcn/modstatic.c')
-rw-r--r-- | dlfcn/modstatic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dlfcn/modstatic.c b/dlfcn/modstatic.c index e00a0be..5ea7117 100644 --- a/dlfcn/modstatic.c +++ b/dlfcn/modstatic.c @@ -1,3 +1,5 @@ +extern int test (int); + int test (int a) { |