Add documentation for server()
This commit is contained in:
parent
bb66ef1a03
commit
5b1648e471
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ void bstr(unsigned int n, char **out) {
|
|||
}
|
||||
}
|
||||
|
||||
/// Starts a server that listens for commands and performs calculations
|
||||
int server() {
|
||||
struct sockaddr_storage c_addr;
|
||||
socklen_t sin_size = sizeof c_addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue