<div class="gmail_quote">On 14 April 2012 00:30, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 4/13/2012 6:07 AM, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Awesome, I missed that. Although it sucks it's deprecated, what's the intended<br>
alternative?<br>
<br>
Now if I could only have more of those for malloc/free, and<br>
fopen/close/read/write/seek etc.<br>
</blockquote>
<br></div>
For a static library, you can hijack anything simply by providing your own implementation of it. The linker will prefer your version.<br>
</blockquote></div><br><div>The druntime versions are marked weak? And that also works with GDC?</div><div>I'll give that a shot, cheers!</div>