How to detect EOF with fgets?

Hi,
My file is newline terminated. how do I detect EOF with "fgets"? TIA

Just use feof() function http://www.amibroker.com/f?feof