vault backup: 2024-11-05 11:33:13
This commit is contained in:
parent
73e3013160
commit
a8819068c3
@ -6,6 +6,9 @@
|
||||
```c
|
||||
// C will fail, because `M` is defined.
|
||||
#ifndef M
|
||||
|
||||
// E will fail, because `M` is defined
|
||||
#if !defined(M)
|
||||
```
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user