index
:
lullaby.git
main
new-config
rewrite-net-route-matching
state-copy-changes
broad lua library primarily for networking, cryptography, and multithreading
System user; root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i_common.h
blob: 66dc56a7a5d45f7ec698f5a4aa651b65edd66fe2 (
plain
)
1
2
#define i_swap(A,B) double temp = A; A = B; B = temp;