1
0
2020-09-21 16:25:11 +02:00

14 lines
117 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
void hello();
#ifdef __cplusplus
}
#endif