Created
August 26, 2017 08:38
-
-
Save lithiumhead/2921b8436136cddf830aee6f1810350a to your computer and use it in GitHub Desktop.
Hello World - C Shared Library
This file contains hidden or 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 libhello_h__ | |
#define libhello_h__ | |
extern void hello(void); | |
#endif // libhello_h__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment