Hash :
d4e0cdc9
Author :
Date :
2023-07-27T13:39:00
fgetln: Include <stdio.h> after <sys/*> The <sys/*> headers tend to define things that might be used by other headers, so while they should be self-contained, it is better to simply include them first.