I have a small question. I've just started to use D and I've been looking at this example: http://www.digitalmars.com/d/windows.html I see in the example that it initializes the garbage collector using this function: gc_init(); My question is then: is this just for D stuff or is it also for the C stuff?