<div dir="ltr">Hello Professor,<div><br></div><div>I just noticed that you mentioned in the homework assignment page that:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">&quot;In that directory will be the files </span><tt style="color:rgb(0,0,0)">bbcp.c</tt><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">, </span><tt style="color:rgb(0,0,0)">Makefile</tt><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">, </span><tt style="color:rgb(0,0,0)">README</tt><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">, and </span><tt style="color:rgb(0,0,0)">checklist</tt><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">.&quot;</span><br></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">My issue is that I made header files and an implementation .c file for the methods that I declared in that header file because in the style guide, it mentions that the &quot;int main&quot; function should be at the top of the file and if the main is at the top, I cannot declare helper functions in the same file as the main function. </span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">Therefore I needed to make a header and implementation file because another rule is that I cannot define my functions in the header files. Is it okay to have more than just the bbcp.c file?</span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">Thanks</span></div></div>