TheAlgorithms-C/client_server
Krishna Vedala 83a8239805
[enhancement] Client_server folder code updated for windows OS as well. (#577)
* update codes to run on Windows platform as well

* added cmake for client_server

* added scope parameters

* force use of unistd.h in non-windows

* use size_t instead of int

* use unsigned int instead of size_t

* clang-tidy fixes for ac0991eb51

* updated UDP server-client as well

* use unsigned int

* added documentation

* spell correction

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-21 22:59:18 -04:00
..
client.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
CMakeLists.txt [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
server.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
udp_client.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
udp_server.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00