[PR #792] [CLOSED] Fix: Add stdlib.h header file #1310

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/792
Author: @ghost
Created: 2/3/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • bbe3dd4 Fix: Add stdlib.h header file

📊 Changes

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

View changed files

📝 data_structures/linked_list/singly_link_list_deletion.c (+1 -0)

📄 Description

Earlier versions of the code failed to compile because the header file <stdlib.h> was missing.

Screenshot from 2021-02-03 17-21-55

After including the relevant header file, the code compiler successfully.

Screenshot from 2021-02-03 17-37-34


🔄 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/792 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`bbe3dd4`](https://github.com/TheAlgorithms/C/commit/bbe3dd43f66be3a1aac8c373798712073b741f65) Fix: Add stdlib.h header file ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/linked_list/singly_link_list_deletion.c` (+1 -0) </details> ### 📄 Description Earlier versions of the code failed to compile because the header file <stdlib.h> was missing. ![Screenshot from 2021-02-03 17-21-55](https://user-images.githubusercontent.com/78248148/106744823-436ea280-6646-11eb-82aa-098bc99f3ec4.png) After including the relevant header file, the code compiler successfully. ![Screenshot from 2021-02-03 17-37-34](https://user-images.githubusercontent.com/78248148/106745064-9f392b80-6646-11eb-94cb-e49db2616e66.png) <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/792"><img src="https://gitpod.io/api/apps/github/pbs/github.com/hexqwit/C.git/bbe3dd43f66be3a1aac8c373798712073b741f65.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:19:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1310