#include <stdio.h>

void examplelib_function(void)
{
  printf("Here we are in examplelib\n");
}
