I am creating library for initialization and working with timers. I have to insert interrupt function from timers into the library. In this function I will calling "timerHeandlerFunction" in another *.c file (It will some interface between user and library). Is possible create interrupt functions in a library (*.lib)?