summaryrefslogtreecommitdiff
path: root/examples/tools2/libs/bar/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools2/libs/bar/bar.c')
-rw-r--r--examples/tools2/libs/bar/bar.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tools2/libs/bar/bar.c b/examples/tools2/libs/bar/bar.c
new file mode 100644
index 0000000..8580fe7
--- /dev/null
+++ b/examples/tools2/libs/bar/bar.c
@@ -0,0 +1,6 @@
+#include "bar.h"
+
+const char *get_msg2 (void)
+{
+ return "Message #";
+}