mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-17 19:09:37 +00:00
[PR #1446] [CLOSED] Refactor/methods names #2042
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1446
Author: @Allan28818
Created: 11/6/2024
Status: ❌ Closed
Base:
master← Head:refactor/methods-names📝 Commits (2)
60abb8frefactor(remove-comments): unnecessary comments were removed and also bugs undefined variables were created in /client_server/fork.h, /client_server/udp_client.c and /client_server/udp_server.c86aa229refactor(methods-types): bzero was replaced by memset, because bzero is outdated📊 Changes
13 files changed (+250 additions, -972 deletions)
View changed files
📝
.gitignore(+14 -0)📝
client_server/bool.h(+6 -26)📝
client_server/client.c(+18 -41)📝
client_server/fork.h(+32 -68)📝
client_server/remote_command_exec_udp_client.c(+19 -107)📝
client_server/remote_command_exec_udp_server.c(+22 -117)📝
client_server/server.c(+20 -50)📝
client_server/tcp_full_duplex_client.c(+20 -122)📝
client_server/tcp_full_duplex_server.c(+37 -148)📝
client_server/tcp_half_duplex_client.c(+16 -113)📝
client_server/tcp_half_duplex_server.c(+25 -135)📝
client_server/udp_client.c(+9 -21)📝
client_server/udp_server.c(+12 -24)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.