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