File: HsHashable.h

package info (click to toggle)
haskell-hashable 1.5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: ansic: 3,274; haskell: 1,295; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef HS_HASHABLE_H
#define HS_HASHABLE_H

#include <stdint.h>

uint64_t hs_hashable_init();

#endif