misc/coverity_model.c
author sheepluva
Thu, 10 Sep 2015 18:50:39 +0200
changeset 11152 3ac7f6d43200
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
stop rc plane prop/engine sound when out of fuel

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

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