diff options
Diffstat (limited to 'meson/manual tests/5 rpm/lib.c')
-rw-r--r-- | meson/manual tests/5 rpm/lib.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/manual tests/5 rpm/lib.c b/meson/manual tests/5 rpm/lib.c new file mode 100644 index 000000000..efc230aab --- /dev/null +++ b/meson/manual tests/5 rpm/lib.c @@ -0,0 +1,6 @@ +#include"lib.h" + +char *meson_print(void) +{ + return "Hello, world!"; +} |