aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libkogata/start.c
blob: 88a4eb3544ff8626d6212520b392c80f03a8478a (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>

void __libkogata_start() {
	// TODO
	while(true);
}