I've looked up the functions in the manual, but I still don't get this. According to the person who wrote the code, if the User enters "y" then the function (not shown here) will execute. However, because of the !, it looks to me like the function (not shown here) will execute if the user enters something other than "y".
Please explain (I"m a relative newbie so as much detail as possible would be helpful). Thanks
if(!strncasecmp(trim(fgets(STDIN)),'y',1))