misc/coverity_model.c
author unc0rr
Mon, 18 May 2015 00:07:52 +0300
branchqmlfrontend
changeset 10935 3a65fcd7c335
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Move SDLNet_TCP_Send to its own thread

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

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