/* ------------------------------------------- Copyright Mahrouss Logic ------------------------------------------- */ #include /// @brief Inits the system library. /// @return if it was succesful or not. CA_EXTERN_C VoidType __start(VoidType) { kSharedApplication = RtGetAppObject(); CA_MUST_PASS(kSharedApplication); }