index
:
ptunnel-ng.git
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
Tunnel TCP connections through ICMP.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.h
blob: 2ac39f7760bc85783fd008503ff76b8b36658e5c (
plain
)
1
2
3
4
5
6
#ifndef UTILS_H
#define UTILS_H 1
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
#endif