misc/coverity_model.c
author nemo
Tue, 13 Mar 2018 10:20:41 -0400
branchqt5transition
changeset 13184 ddfb4a73524b
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering

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

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