libneo/include
fef 080c5e6195
types: make nlen field volatile
Compilers might try to be smart and optimize
additional reads from a const field away,
even if the non-const union member was modified.
I do not actually know whether this is the case,
but it won't hurt to declare it volatile anyway.
2021-07-19 13:09:27 +02:00
..
neo types: make nlen field volatile 2021-07-19 13:09:27 +02:00
neo.h nref: include in main header 2021-07-16 22:40:08 +02:00