2025-03-25 15:45:24 +01:00

9 lines
90 B
C

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