(This is an extension to my previous question). I'm using Splint in Windows CLI.
The XC8 embedded C compiler has a custom type bit
. To get Splint to parse, I can pass to it the CLI option:
-Dbit=char
However I need it to replace bit
with unsigned char
. The space character is a problem. How can I modify the above flag?