Does the example code given on the
front page contain an incorrect string equality check?
Using fct_chk_str_eq("wild", "wild"); causes compilation errors. Digging into the documentation and trying fct_chk_eq_str("wild", "wild"); seems to work.
Thanks,
Rhys