I have 2 files: a.c and b.c
a.c
b.c
In a.c I am sending a signal to a function located in b.c
signal(SIGU
make sure your doSomething function is not static.