[PR #722] [CLOSED] Update dynamic_array.c #1217

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/722
Author: @pushrbp
Created: 10/26/2020
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

📝 data_structures/dynamic_array/dynamic_array.c (+2 -2)

📄 Description

Though sizeof(void *) == sizeof(void **) , using void * is more reasonable here


🔄 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/722 **Author:** [@pushrbp](https://github.com/pushrbp) **Created:** 10/26/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b6b2e87`](https://github.com/TheAlgorithms/C/commit/b6b2e87313d70e350ca5ab7eec670bb2c8b84e05) Update dynamic_array.c ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/dynamic_array/dynamic_array.c` (+2 -2) </details> ### 📄 Description Though sizeof(void *) == sizeof(void **) , using void * is more reasonable here <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/722"><img src="https://gitpod.io/api/apps/github/pbs/github.com/pushrbp/C.git/b6b2e87313d70e350ca5ab7eec670bb2c8b84e05.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:18:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1217