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
stabber.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __H_STABBER
#define __H_STABBER
int stabber_start(int port);
#endif