Tag: #macros
What is the
UINT64_C
macro in C? The
UINT64_C
macro appends the ULL
suffix to a 64-bit unsigned integer literal, converting it to the appropriate type. 2017-01-20What are ‘macro functions’ in C?
Macros in C can define token replacements or function-like replacements. 2016-12-09
All content copyright James Fisher.