1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// 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