#include <stdio.h>

void library_function() {
	printf("%s\n", __PRETTY_FUNCTION__);
}