1 2 3 4 5 6 7
#include "arch.h" #include <stdio.h> void arch() { printf("hello world from a static library.\n"); }