DEBSOURCES
Skip Quicknav
sources / haskell-hashable / 1.5.0.0-1 / include / HsHashable.h
12345678
#ifndef HS_HASHABLE_H #define HS_HASHABLE_H #include <stdint.h> uint64_t hs_hashable_init(); #endif