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