1 2 3 4 5 6
#ifndef MY_C_TAIL_H #define MY_C_TAIL_H void stdintail(unsigned int n); #endif // MY_C_TAIL_H