Skip to content

Instantly share code, notes, and snippets.

@lithiumhead
Created August 26, 2017 08:37
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/eff09dce13ce4d2402381a7ca78de1ff to your computer and use it in GitHub Desktop.
Save lithiumhead/eff09dce13ce4d2402381a7ca78de1ff to your computer and use it in GitHub Desktop.
Hello World - C Shared Library
#include <stdio.h>
void hello(void)
{
puts("Hello, I'm a shared library");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment