misc/coverity_model.c
author Wuzzy <almikes@aol.com>
Thu, 13 Apr 2017 17:26:37 +0200
changeset 12245 5206f9a803d1
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Allow to randomize team name, flag, grave, voice and fort seperately

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

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