Skip to content
Snippets Groups Projects
Commit dd193bcb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix-asprintf-test-free' into 'master'

Add needed include for asprintf() test

See merge request redox-os/relibc!306
parents 4a6ef022 aec4a84e
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include <stdlib.h> // free()
#include <math.h> // INFINITY, NAN constants
int main(void) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment