Index: test/link-dependency/mymalloc.c |
=================================================================== |
--- test/link-dependency/mymalloc.c (revision 0) |
+++ test/link-dependency/mymalloc.c (revision 0) |
@@ -0,0 +1,4 @@ |
+#include <stdlib.h> |
+void *malloc(size_t size) { |
+ return (void*)0xdeadbeef; |
+} |
Property changes on: test/link-dependency/mymalloc.c |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |