]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/libbar/function1.c
rtems patches updated for rtems-4.9.3
[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 }