October 11 General » Corner cases in Primary Type Syntax and its proof-of-concept implementation | |||
|---|---|---|---|
| |||
...Storage class/attribute or scope guard - `extern` and `extern` `(` *Tokens* `)` ― Storage... | |||
October 11 Learn » Re: (How) can reflection recoginzie `extern` variables? | |||
|---|---|---|---|
| |||
```d extern int x; int y; pragma(msg, __traits(isSame, y, x)); ``` I tried it... | |||
October 11 Learn » Re: (How) can reflection recoginzie `extern` variables? | |||
|---|---|---|---|
| |||
...directly determine whether a symbol is extern. However, the extern linkage is determined at compile... | |||
October 11 Learn » (How) can reflection recoginzie `extern` variables? | |||
|---|---|---|---|
| |||
...extern int x; /****/ int y; ``` (How) can I get the information that `x` is `extern... | |||
October 11 General » Re: betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...add this
extern(C) void va_end(void* ap){}
pragma(printf)
public extern(C) int... | |||
October 10 General » betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...printf)
public extern(C) int wrap_printf(scope const char* f, ...) {
import stdarg2c;
extern(C... | |||
October 10 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...private:
struct PAMdata
{
string password;
string newPassword;
}
extern(C)
{ // 1. Salih changed it:
static int... | |||
October 10 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...static this? ```d // 1. Salih changed it: extern(C) static int conversation_func(int num... | |||
October 07 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...private:
struct PAMdata {
string password;
string newPassword;
}
extern(C) {
int conversation_func(int num_msg... | |||
October 07 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...auth.d(87,46): Deprecation: casting from extern (C) int delegate(int num_msg, const... | |||
Copyright © 1999-2021 by the D Language Foundation