]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/libbar/function1.c
RTEMS template for OMK build system conforming application.
[rtems-devel.git] / rtems-omk-template / libbar / function1.c
1 #include <bar.h>
2
3 int function1(int a)
4 {
5   return a*a;
6 }