2025-03-26 18:00:43 +01:00

9 lines
88 B
C

#include <stdint.h>
extern int32_t sbc_main(void);
int main(void)
{
sbc_main();
}