version(GNU) extern(C) @system nothrow @nogc void* alloca(size_t size) pure;
Writing the declaration to a file, or even removing everything else from core.stdc.stdio, isn't working. I cannot have any C library stuff. How do I isolate it?
version(GNU) extern(C) @system nothrow @nogc void* alloca(size_t size) pure;
Writing the declaration to a file, or even removing everything else from core.stdc.stdio, isn't working. I cannot have any C library stuff. How do I isolate it?