]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/libbar/function2.c
RTEMS template for OMK build system conforming application.
[rtems-devel.git] / rtems-omk-template / libbar / function2.c
diff --git a/rtems-omk-template/libbar/function2.c b/rtems-omk-template/libbar/function2.c
new file mode 100644 (file)
index 0000000..4a1db33
--- /dev/null
@@ -0,0 +1,7 @@
+#include <string.h>
+#include <bar.h>
+
+int function2(char *s)
+{
+  return strlen(s);
+}