1 2 3 4 5 6 7
#include "library_file.h" #include <stdio.h> int library_function(void) { puts(__FUNCTION__); // Library break here return 0; }