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

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