[PR #957] [MERGED] Return SUCCESS status #1498

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/957
Author: @flyinghu123
Created: 8/25/2022
Status: Merged
Merged: 9/30/2022
Merged by: @mishraabhinn

Base: masterHead: flyinghu123


📝 Commits (1)

📊 Changes

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

View changed files

📝 data_structures/array/carray.c (+1 -0)

📄 Description

Description of Change

Returns SUCCESS after successful switchValuesCArray

References

Checklist

  • Added description of change
  • Added file name matches carray.c
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

🔄 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/957 **Author:** [@flyinghu123](https://github.com/flyinghu123) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@mishraabhinn](https://github.com/mishraabhinn) **Base:** `master` ← **Head:** `flyinghu123` --- ### 📝 Commits (1) - [`5f3cc1f`](https://github.com/TheAlgorithms/C/commit/5f3cc1f7e11fc0345d7d7c06ccf9eb6647e70462) Return success status ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/array/carray.c` (+1 -0) </details> ### 📄 Description #### Description of Change Returns SUCCESS after successful switchValuesCArray #### References #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [carray.c](https://github.com/TheAlgorithms/C/blob/master/data_structures/array/carray.c) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. --- <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:21:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1498