Added daca.cfg.
This commit is contained in:
parent
3d765eacaf
commit
b0168066dc
|
@ -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) > (b)) ? (a) : (b))"/>
|
||||
<define name="MIN(a,b)" value="(((a) < (b)) ? (a) : (b))"/>
|
||||
</def>
|
Loading…
Reference in New Issue