Search

October 25
Announce »
...PangoCustomRenderer", "pango_Custom_renderer", "PANGO_TYPE_RENDERER"));

extern(C) nothrow{
	void pango_Custom_renderer_init...
October 22
Learn »
...uint usage;
    size_t size;
    void* ptr;
}

extern(C):

private {
    bool pInit() {
        return true;
    }
}

version...
October 22
Learn »
...d
--
module s;

import core.stdcpp.string;

    extern(C++)
    {
    	final void a(basic_string!char...
October 19
Issues »
...allows aliasing a function type:

// old
alias extern(Windows) HRESULT fnNtQuerySystemInformation( uint
SystemInformationClass, void* info...
October 19
DIP Development »
...after the parameter list?
In other words, `extern` qualifiers would become part of `FunctionAttribute` in...
October 15
Learn »
...s been very helpful

```D
@nogc nothrow:
extern(C): __gshared:
union JSCFunctionType {
    JSCFunction* generic;
    JSValue...
October 14
Issues »
...core.stdc.string;
import core.stdc.stdlib;

extern(C) void main() {
        int len = 4;
        char...
October 14
Issues »
...import core.stdc.stdarg;

pragma(printf)
public extern(C) int wrap_printf(scope const char...
October 13
General »
...C++ should be doable (just getting the extern(C++) mangle right)
  * problem: handle/avoid all...
October 11
LDC »
...cat hello.d
import core.stdc.stdio;

extern(C) void main() {
    puts("Hello world");
}
$ ldc2...
1 2 3
Next ›   Last »