Search

July 16
DIP Ideas »
...visible and have predictable names. If you define `R0` elsewhere, the names clash. `__local` on...
July 07
General »
...rules.

This is why I said, either define what D does explicitly, or warn when...
July 07
General »
Can I define my D struct using bitfields, and then correctly unpack them in a...
July 05
DIP Development »
...super!
This would also allow us do define

```d
alias uint:1 bool
```

and be...
July 03
General »
...by programmers directly, and people would just define an alias anyway. One `op…` function suffices...
July 02
Learn »
...I try this but not work:

```c
#define offsetof_bit(type, member) ((offsetof(type, member...
June 30
Issues »
...define BL_DEFINE_ENUM(NAME) typedef enum NAME NAME; enum NAME
---

to:

---
#define BL_DEFINE...
June 30
Issues »
...h:

---
#ifdef __cplusplus
  #define BL_DEFINE_CONST static constexpr
  #define BL_DEFINE_ENUM(NAME) enum...
June 30
Issues »
...com

importc.c:
#define A 1
#define B A
#define C (A)
#define D (B...
June 30
Issues »
...gmail.com

file2.c:
#define blah -1
#define blah2 (-1)
#define blah3 (0 - 1)

file1...
1 2 3 4 5 6 7 8 9
Next ›   Last »