You know, sometimes I get the feeling the compiler simply ignores all my comments 🤔
@fribbledom try the # instead //
I have a feeling gcc listens more when I use the Python-style comments 🤷♀️
@uint8_t @fribbledom Amazing! I have found a secret code. If you change your comments from// please include myheader.h here
to#include "myheader.h"
gcc will oblige! Thank you!
chaos.social – a Fediverse instance for & by the Chaos community
@uint8_t @fribbledom Amazing! I have found a secret code. If you change your comments from
// please include myheader.h here
to
#include "myheader.h"
gcc will oblige! Thank you!