I am looking through some C source code and I don\'t understand the following part
#if 1 typedef u
So that one can quickly choose which part to compile by changing the #if 1 to #if 0.
#if 1
#if 0