mollusk 019f8e3064 Add: julia-0.6.2
Former-commit-id: ccc667cf67d569f3fb3df39aa57c2134755a7551
2018-02-10 10:27:19 -07:00

19 lines
231 B
C

// This file is a part of Julia. License is MIT: https://julialang.org/license
#ifndef PTRHASH_H
#define PTRHASH_H
#include "htable.h"
#ifdef __cplusplus
extern "C" {
#endif
HTPROT(ptrhash)
#ifdef __cplusplus
}
#endif
#endif