[PR #136] [MERGED] Replaced ambigous return codes with macros. #369

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/136
Author: @svaniksharma
Created: 7/19/2018
Status: Merged
Merged: 7/21/2018
Merged by: @christianbender

Base: masterHead: master


📝 Commits (1)

  • 97be2b2 Replaced ambigous return codes with macros.

📊 Changes

2 files changed (+23 additions, -13 deletions)

View changed files

📝 Data Structures/Array/CArray.c (+14 -12)
📝 Data Structures/Array/CArray.h (+9 -1)

📄 Description

Instead of using return codes and commenting what they mean, I replaced them with easy-to-identify macros in the Array directory.


🔄 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/136 **Author:** [@svaniksharma](https://github.com/svaniksharma) **Created:** 7/19/2018 **Status:** ✅ Merged **Merged:** 7/21/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`97be2b2`](https://github.com/TheAlgorithms/C/commit/97be2b238b9411595863012f097688e93700a822) Replaced ambigous return codes with macros. ### 📊 Changes **2 files changed** (+23 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Data Structures/Array/CArray.c` (+14 -12) 📝 `Data Structures/Array/CArray.h` (+9 -1) </details> ### 📄 Description Instead of using return codes and commenting what they mean, I replaced them with easy-to-identify macros in the Array directory. --- <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: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#369