How to define implementation specific (XC8) int types in pc-lint?

319 Views Asked by At

Microchip XC8 has non-standard int types - __int24 and __uint24 and produced from them (by typedef) int24_t and uint24_t.

However, pc-lint does not know about them. What is the way to make pc-lint know about these types?

0

There are 0 best solutions below