]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/libbar/function1.c
ec555 clone from ss555 updated to clone ss555.cvf to ec555.cfg.
[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 }