13 lines
202 B
C
13 lines
202 B
C
#pragma once
|
|
#include <iso646.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "fumocommon.h"
|
|
|
|
|
|
typedef u32 hashtype;
|
|
|
|
hashtype Hash(void *item, size_t size); |