forked from OSchip/llvm-project
parent
9dddce6864
commit
1c725dda63
|
@ -5,6 +5,7 @@
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
void *malloc(size_t);
|
void *malloc(size_t);
|
||||||
void free(void *);
|
void free(void *);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue