[BUG] Added stdlib.h #75

Closed
opened 2026-01-29 15:02:45 +00:00 by claunia · 4 comments
Owner

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020).

Description

Added stdlib.h at data_structures/linked_list/singly_link_list_deletion.c

Expected Behavior

code should compile

Actual Behavior

functons definition not known exception

Possible Fix

Steps to Reproduce

include stdlib.h

Context

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020). <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> Added stdlib.h at data_structures/linked_list/singly_link_list_deletion.c ## Expected Behavior <!--- Tell us what should happen --> code should compile ## Actual Behavior <!--- Tell us what happens instead --> functons definition not known exception ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> include stdlib.h ## Context <!--- How has this bug affected you? What were you trying to accomplish? -->
claunia added the bug label 2026-01-29 15:02:45 +00:00
Author
Owner

@ARKannan-15 commented on GitHub (Jan 10, 2021):

iam intrested can i do this

@ARKannan-15 commented on GitHub (Jan 10, 2021): iam intrested can i do this
Author
Owner

@Panquesito7 commented on GitHub (Jan 10, 2021):

can I do this

Thank you for your interest in contributing. 👍
Before submitting a PR, please ensure the following:

I'll review your PR as soon as I can. Thank you. 🙂

@Panquesito7 commented on GitHub (Jan 10, 2021): > can I do this Thank you for your interest in contributing. 👍 Before submitting a PR, please ensure the following: * Make your code as per the repository [standards](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md). * Ensure that the all the [automated-tests](https://github.com/TheAlgorithms/C-Plus-Plus/actions) pass. I'll review your PR as soon as I can. Thank you. 🙂
Author
Owner

@SInisterChil commented on GitHub (Feb 23, 2021):

Can I do this?

@SInisterChil commented on GitHub (Feb 23, 2021): Can I do this?
Author
Owner

@Panquesito7 commented on GitHub (Feb 24, 2021):

Sure; please read my message above. Thank you.

@Panquesito7 commented on GitHub (Feb 24, 2021): Sure; please read my message above. Thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#75