]> andersk Git - splint.git/blame - test/noeffect.c
noexpand always false.
[splint.git] / test / noeffect.c
CommitLineData
98ed3b22 1typedef char *exprNode;
2/*@function void exprNode_swap (sef exprNode, sef exprNode)@*/
0bd4c301 3# define exprNode_swap(e1,e2) do { exprNode m_tmp = (e1); (e1) = (e2); (e2) = m_tmp; } while (false)
98ed3b22 4
This page took 0.311149 seconds and 5 git commands to generate.