// Copyright status: this file is in the public domain. #include #include "lx.h" void lx_abort(void) { abort(); }