whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/
Upload File:
files >> //proc/self/root/usr/share/doc/git/contrib/coccinelle/swap.cocci
@@ type T; identifier tmp; T a, b; @@ - T tmp = a; + T tmp; + tmp = a; a = b; b = tmp; @ swap @ type T; T tmp, a, b; @@ - tmp = a; - a = b; - b = tmp; + SWAP(a, b); @ extends swap @ identifier unused; @@ { ... - T unused; ... when != unused }
Copyright ©2021 || Defacer Indonesia