/*
 * lib1.c
 *
 *  Created on: 13.02.2017
 *      Author: MMoll
 */

#include "lib.h"

void f()
{
	printf("Hello world\n");
}
