Files
cws/include/main.h
2024-11-14 22:42:29 +01:00

6 lines
65 B
C

#ifndef CWS_MAIN_H
#define CWS_MAIN_H
#include <stdio.h>
#endif