This commit is contained in:
Tommy Parnell
2015-10-03 10:51:05 -04:00
commit 567ab26f02
25 changed files with 1177 additions and 0 deletions

6
staticlib/foo.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "foo.h"
int add(int a, int b)
{
return a + b;
}