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

Add custom asprintf(3) implementation. #51

Closed
wants to merge 1 commit into from

Conversation

NullHypothesis
Copy link
Contributor

asprintf() is a GNU/BSD extension and not part of C or POSIX. To avoid
portability issues, we should use our own implementation of asprintf().

This fixes #48

asprintf() is a GNU/BSD extension and not part of C or POSIX.  To avoid
portability issues, we should use our own implementation of asprintf().

This fixes <#48>
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.

Fix warning about ignoring return value of asprintf
1 participant