diff -r 594f59bd1751 -r df11dea74701 project_files/hwc/rtl/system.h --- a/project_files/hwc/rtl/system.h Sat Apr 11 15:34:07 2015 +0300 +++ b/project_files/hwc/rtl/system.h Sat Apr 11 17:37:43 2015 +0300 @@ -93,6 +93,7 @@ #define fpcrtl_Assigned fpcrtl_assigned Integer fpcrtl_trunc(extended n); +Integer fpcrtl_ceil(extended n); #define fpcrtl_val(s, a) fpcrtl_val__vars(s, &(a)) void __attribute__((overloadable)) fpcrtl_val__vars(string255 s, LongInt *a);