On Saturday, 4 January 2014 at 17:22:44 UTC, Adam D. Ruppe wrote:
On Saturday, 4 January 2014 at 17:19:30 UTC, Jeroen Bollen wrote:Do I get malloc from the C library or does D also have a function for this?import core.stdc.stdlib; // malloc and free are in hereit uses it from the C library but the standard c lib is easily accessible from D in the core.stdc package.
Yeah I knew about the C library, just wasn't sure if D also had it's own function.