#include "arch.h" #include void arch() { printf("hello world from a static library.\n"); }