]> andersk Git - splint.git/blame_incremental - test/noeffect.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / noeffect.c
... / ...
CommitLineData
1typedef char *exprNode;
2/*@function void exprNode_swap (sef exprNode, sef exprNode)@*/
3# define exprNode_swap(e1,e2) do { exprNode m_tmp = (e1); (e1) = (e2); (e2) = m_tmp; } while (false)
4
This page took 0.037893 seconds and 5 git commands to generate.