I need to check trough an entire file, now in c++ I know what to do and what to use. there I would use while(!feof(<filename>)).
and my question is does lite-c have a simular function?