Created
April 24, 2018 02:45
-
-
Save ekse/82b998f4b576dc8459d282715ee009fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef TEST_LIB | |
#define TEST_LIB | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
void print_hello(); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* TEST_LIB */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment