ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
misc.h File Reference
Include dependency graph for misc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define stk_swap(type, a, b)
 

Macro Definition Documentation

◆ stk_swap

#define stk_swap ( type,
a,
b )
Value:
{ type t = a; a = b; b = t; }
type
CUBE COVER and CUBE typedefs ///.
Definition exor.h:90

Definition at line 15 of file misc.h.