misc/coverity_model.c
author antonc27 <antonc27@mail.ru>
Fri, 16 Oct 2015 02:54:03 +0200
branchios-revival
changeset 11213 6e5fd5ea5acb
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
- Fix for autorotation of table view of StatsPageVC - Adjustment for header's height

void fpcrtl_halt(int num) {
    __coverity_panic__();
}

int fpcrtl_abs(int num) {
    return num >= 0 ? num : -num;
}