Skip to content

Instantly share code, notes, and snippets.

@lithiumhead
Created August 26, 2017 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lithiumhead/2921b8436136cddf830aee6f1810350a to your computer and use it in GitHub Desktop.
Save lithiumhead/2921b8436136cddf830aee6f1810350a to your computer and use it in GitHub Desktop.
Hello World - C Shared Library
#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