So, I am tracking how many times a signal handler is called. However, when I am trying to print the number, I cannot use printf() as it is not signal safe. So, I decided to conv