Create shared library

This commit is contained in:
James Booth
2015-05-16 00:12:26 +01:00
parent c548c1be1b
commit fe1f94cd93
8 changed files with 102 additions and 36 deletions

6
runstabber.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stabber.h>
int main(void)
{
return stabber_start(5230);
}