switch-examples/templates/library/include/templatelib.h
2018-03-06 02:20:00 -05:00

12 lines
104 B
C

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