[PR #511] [MERGED] make strdup handle string alocation #928

Closed
opened 2026-01-29 15:16:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/511
Author: @lachgarlahcen
Created: 1/26/2020
Status: Merged
Merged: 5/29/2020
Merged by: @StepfenShawn

Base: masterHead: master


📝 Commits (1)

  • 5f47273 make strdup handle string alocation

📊 Changes

1 file changed (+1 additions, -4 deletions)

View changed files

📝 exercism/hello_world/hello_world.c (+1 -4)

📄 Description

strdup can always make your life easier


🔄 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/511 **Author:** [@lachgarlahcen](https://github.com/lachgarlahcen) **Created:** 1/26/2020 **Status:** ✅ Merged **Merged:** 5/29/2020 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5f47273`](https://github.com/TheAlgorithms/C/commit/5f4727386f6e00e5912d068afd614a55cc899d61) make strdup handle string alocation ### 📊 Changes **1 file changed** (+1 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `exercism/hello_world/hello_world.c` (+1 -4) </details> ### 📄 Description strdup can always make your life easier --- <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:16:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#928