mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
12 lines
104 B
C
12 lines
104 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int myLibFunction();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|