8 lines
96 B
C
8 lines
96 B
C
#include "mylib.h"
|
|
|
|
DO_EXPORT int retval = 42;
|
|
|
|
DO_EXPORT int func(void) {
|
|
return retval;
|
|
}
|