misc/coverity_model.c
author alfadur
Sat, 22 Feb 2025 19:39:31 +0300
changeset 16091 5febd2bc5372
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Add server reconnection tokens and anteroom local list of used nicks

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

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