summaryrefslogtreecommitdiffstats
path: root/ar/arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar/arch.c')
-rw-r--r--ar/arch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ar/arch.c b/ar/arch.c
new file mode 100644
index 0000000..adcd939
--- /dev/null
+++ b/ar/arch.c
@@ -0,0 +1,7 @@
+#include "arch.h"
+#include <stdio.h>
+
+void arch()
+{
+ printf("hello world from a static library.\n");
+}