[PR #243] [MERGED] fix the stack.c #539

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/243
Author: @megahertz66
Created: 7/10/2019
Status: Merged
Merged: 7/19/2019
Merged by: @danghai

Base: masterHead: work


📝 Commits (2)

📊 Changes

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

View changed files

📝 data_structures/stack/stack.c (+5 -4)

📄 Description

Thanks for giving me the opportunity for the first PR. I think I think I have solved the problem of on free.


🔄 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/243 **Author:** [@megahertz66](https://github.com/megahertz66) **Created:** 7/10/2019 **Status:** ✅ Merged **Merged:** 7/19/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `work` --- ### 📝 Commits (2) - [`5f138cc`](https://github.com/TheAlgorithms/C/commit/5f138cc0700434aefb1d9c8ded8ab5d41a58062f) fix the stack.c - [`8b6a93c`](https://github.com/TheAlgorithms/C/commit/8b6a93c8b37134b9c1f02dab431a2877519bdcf6) Update stack.c ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/stack/stack.c` (+5 -4) </details> ### 📄 Description Thanks for giving me the opportunity for the first PR. I think I think I have solved the problem of on free. --- <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:13:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#539