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 here

it uses it from the C library but the standard c lib is easily accessible from D in the core.stdc package.

Reply via email to