Added daca.cfg.

This commit is contained in:
orbitcowboy 2019-04-05 09:05:31 +02:00
parent 3d765eacaf
commit b0168066dc
1 changed files with 7 additions and 0 deletions

7
cfg/daca.cfg Normal file
View File

@ -0,0 +1,7 @@
<?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>