I am trying to understand some socket code. One of the function calls is as follows:



msgsock = accept(sock, (struct sockaddr *)0, (int *)0);


Just wondering what the syntax for the last...