[PR #190] [MERGED] Added Client Server Implementation #454

Open
opened 2026-01-29 15:12:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/190
Author: @Nairit11
Created: 10/20/2018
Status: Merged
Merged: 2/25/2019
Merged by: @christianbender

Base: masterHead: master


📝 Commits (5)

  • ac7a937 Added Client Server Implementation
  • a2bc982 Added instructions for Client Server Implementation
  • 41032fe Update README.md
  • 1e819c0 Added stdio.h and unistd.h headers toremove compilation errors
  • cec67ff Added unistd.h header file to remove compilation errors

📊 Changes

3 files changed (+168 additions, -0 deletions)

View changed files

📝 README.md (+6 -0)
Simple Client Server/client.c (+66 -0)
Simple Client Server/server.c (+96 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/190 **Author:** [@Nairit11](https://github.com/Nairit11) **Created:** 10/20/2018 **Status:** ✅ Merged **Merged:** 2/25/2019 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`ac7a937`](https://github.com/TheAlgorithms/C/commit/ac7a9375326046c1b1f7ddcea1b0a73e7ba02648) Added Client Server Implementation - [`a2bc982`](https://github.com/TheAlgorithms/C/commit/a2bc9825e25d10a5e36c09239be3ea75b3de0029) Added instructions for Client Server Implementation - [`41032fe`](https://github.com/TheAlgorithms/C/commit/41032fe0dbec806c9495b507dd9b6da95c80ffc6) Update README.md - [`1e819c0`](https://github.com/TheAlgorithms/C/commit/1e819c0dea366024ef89dc6cc8bcfeec646d0058) Added stdio.h and unistd.h headers toremove compilation errors - [`cec67ff`](https://github.com/TheAlgorithms/C/commit/cec67ff987760bba5c6bafab7a8993435bae8293) Added unistd.h header file to remove compilation errors ### 📊 Changes **3 files changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) ➕ `Simple Client Server/client.c` (+66 -0) ➕ `Simple Client Server/server.c` (+96 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#454