Skip to content

Instantly share code, notes, and snippets.

@ekse
Created April 24, 2018 02:45
Show Gist options
  • Save ekse/82b998f4b576dc8459d282715ee009fc to your computer and use it in GitHub Desktop.
Save ekse/82b998f4b576dc8459d282715ee009fc to your computer and use it in GitHub Desktop.
#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