]> andersk Git - splint.git/blob - test/noeffect.c
Added html version of manual. (This is the 7 Jan 2002 version.)
[splint.git] / test / noeffect.c
1 typedef 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.091501 seconds and 5 git commands to generate.