hph

Results 1 issues of hph

In the following example typedef enum { false, true } bool; // for C don't have bool as data type before C99 :( bool disaster = false; int i, j;...