1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-11-10 09:31:16 +01:00
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