1. #include "myLib.c"
  2.  
  3. // Starts up the server.
  4. int start_server(int port);
  5.  
  6.  
  7.