From: Moses DeJong <dejong at cs.umn.edu>
>Is it just me or does it seem like this buffer could overflow if
>the CLASS_SOURCEFILE name is longer than 30 chars?
>
>
>Why not use snprintf so?
>
>
>snprintf(buff, 200, ...
>
    snprintf is, unfortunately, Windows ONLY :(
-- Raffaele