We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8754d6 commit e614963Copy full SHA for e614963
src/sfTk/sfToolkit.h
@@ -57,7 +57,7 @@ uint32_t sftk_ticks_ms(void);
57
* @param __value__ The value to check.
58
* @param __bitmask__ The bitmask specifying which bits to check.
59
* @return True if all bits specified by the bitmask are set, false otherwise.
60
- */.
+ */
61
#define SFTK_CHECK_BITS_SET(__value__, __bitmask__) (((__value__) & (__bitmask__)) == __bitmask__)
62
63
/**
0 commit comments