misc/coverity_model.c
author unc0rr
Fri, 01 Jan 2016 19:14:59 +0300
branchqmlfrontend
changeset 11485 b0c34402038c
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Handle drawn maps from net

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

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