Packages

Erlang collection of hash algorithms

Current section

Files

Jump to
erl_hash c_src macros.h
Raw

c_src/macros.h

#ifndef C_SRC_MACROS_H_
#define C_SRC_MACROS_H_
#define UNUSED(expr) do { (void)(expr); } while (0)
#endif