cppcheck/cfg/daca.cfg

8 lines
310 B
INI
Raw Normal View History

2019-04-05 09:05:31 +02:00
<?xml version="1.0"?>
<def format="2">
<!-- This configuration is used in daca@home and contains some common practice macros which are helpful for daca analysis. -->
<define name="MAX(a,b)" value="(((a) &gt; (b)) ? (a) : (b))"/>
<define name="MIN(a,b)" value="(((a) &lt; (b)) ? (a) : (b))"/>
</def>