mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 08:24:05 +02:00
9 lines
88 B
C
9 lines
88 B
C
#include <stdint.h>
|
|
|
|
extern int32_t sbc_main(void);
|
|
|
|
int main(void)
|
|
{
|
|
sbc_main();
|
|
}
|