You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
A pattern is forming. I double checked, and found that this project is indeed configured for C11, not C++11. However, I get "Error: invalid suffix on literal; C++11 requires a space between literal and identifier" for this line in a #define:
printf("%lu.%09lu: "format,(unsigned long) ... \
Coati highlights the "f" in "format." The ellipsis represents elided text.