1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Squelch warning

llvm-svn: 8170
This commit is contained in:
Chris Lattner 2003-08-28 14:35:12 +00:00
parent 0177746b4a
commit f2600ee2da

View File

@ -5,6 +5,7 @@
//===----------------------------------------------------------------------===//
#include <stdlib.h>
#include <string.h>
void *malloc(size_t);
void free(void *);