Files
empty/include/user/main.h
2025-10-26 15:21:48 +01:00

6 lines
61 B
C

#ifndef MAIN_H
#define MAIN_H
void main(void *args);
#endif