mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
83a8239805
* 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 ac0991eb5103ee6b36f74ba6fd1845dae371707b * updated UDP server-client as well * use unsigned int * added documentation * spell correction Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>