Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/178 bothlibraries/libfile.c
T

8 lines
96 B
C

#include "mylib.h"
DO_EXPORT int retval = 42;
DO_EXPORT int func(void) {
return retval;
}