Search

April 07
Issues »
...parsed by ImportC for REFIID

#undef REFIID
typedef const IID* REFIID;

#include <wtypes.h>
#include...
April 01
Learn »
...a pointer of a struct that's typedef'd
- Can't use complex numbers with...
March 26
Issues »
...preprocessor problem with the typedef. The following works:

structdef.c

typedef struct foo_ {
        int a...
March 11
Issues »
...com
          Reporter: lance@lancebachmeier.com

structdef.c:

typedef struct {
        int a;
        double b;
} foo;

test...
March 02
LDC »
...is my code:

```c
#include <stdio.h>

typedef struct coro {
    void *handle;
    int done;
} coro...
March 01
General »
...base on the name. for example:

```c
typedef struct Message Message;
int tryEncode(const Message...
February 28
Issues »
https://issues.dlang.org/show_bug.cgi?id=24419

Atila Neves <atila.neves@gmail.com...
February 28
Issues »
...ID: 24419
           Summary: ImportC: Macros inside a typedef enum not seen
           Product: D
           Version: D2...
February 28
General »
...base on the name. for example:


```c
typedef struct Message Message;
int tryEncode(const Message...
February 28
General »
...test case more clear:

test2i.c
```c
typedef struct Message Message;
int tryEncode(const Message...
1 2 3 4 5 6
Next ›   Last »