1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* * Created on Thu Oct 17 08:00:42 CEST 2024 * * Copyright (c) 2025 Amlal El Mahrouss */ #include <user/SystemCalls.h> /// @brief Placeholder program. SInt32 _NeMain(SInt32 argc, Char* argv[]) { SCI_UNUSED(argc); SCI_UNUSED(argv); return EXIT_FAILURE; }