[PR #607] [MERGED] Revert "Added strlen function" #1053

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/607
Author: @kvedala
Created: 9/23/2020
Status: Merged
Merged: 9/23/2020
Merged by: @kvedala

Base: masterHead: revert-606-string


📝 Commits (1)

📊 Changes

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

View changed files

📝 DIRECTORY.md (+0 -4)
strings/strlen.c (+0 -46)
strings/strlen_recursion.c (+0 -38)

📄 Description

Reverts TheAlgorithms/C#606
Not a new algorithm


🔄 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/607 **Author:** [@kvedala](https://github.com/kvedala) **Created:** 9/23/2020 **Status:** ✅ Merged **Merged:** 9/23/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `revert-606-string` --- ### 📝 Commits (1) - [`64eaaa1`](https://github.com/TheAlgorithms/C/commit/64eaaa123f80c351a7ec9f5a35233591b8699b71) Revert "Added strlen function (#606)" ### 📊 Changes **3 files changed** (+0 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+0 -4) ➖ `strings/strlen.c` (+0 -46) ➖ `strings/strlen_recursion.c` (+0 -38) </details> ### 📄 Description Reverts TheAlgorithms/C#606 Not a new algorithm <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/607"><img src="https://gitpod.io/api/apps/github/pbs/github.com/TheAlgorithms/C.git/64eaaa123f80c351a7ec9f5a35233591b8699b71.svg" /></a> --- <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:17:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1053