Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malloc.h is on sys/malloc.h on MAC OS #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

malloc.h is on sys/malloc.h on MAC OS #56

wants to merge 1 commit into from

Conversation

cleberps
Copy link

No description provided.

@balr0g
Copy link

balr0g commented Jan 3, 2014

You're better off using stdlib.h rather than malloc.h since malloc.h is deprecated and linux-specific. stdlib.h contains malloc on nearly all platforms.

@cleberps
Copy link
Author

cleberps commented Jan 4, 2014

I didn't know. Thank you for your note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants