switch-examples/templates/library/include/templatelib.h
2018-03-03 18:54:36 +00:00

12 lines
104 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int myLibFunction();
#ifdef __cplusplus
}
#endif