vessel/core/include/main.h
Arija A. 7a848b778c
refact: Update formats of header guards.
Signed-off-by: Arija A. <ari@ari.lt>
2025-06-14 16:07:35 +03:00

5 lines
108 B
C

#ifndef VESSEL_MAIN_H_
#define VESSEL_MAIN_H_
#include "conf.h"
int main(void);
#endif /* VESSEL_MAIN_H_ */