summaryrefslogtreecommitdiffstats
path: root/ar/arch.c
blob: adcd939fc83632c5759f9baf9427a5983dcbc01c (plain)
1
2
3
4
5
6
7
#include "arch.h"
#include <stdio.h>

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