misc/coverity_model.c
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 18:39:59 +0200
changeset 12577 e2b5c6e805e8
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
A Space Adventure: Remove or shorten intro sequences of side missions Also increase initial ready time in death02 and fruit03

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

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