https://github.com/JuliaLang/julia
Raw File
Tip revision: bcaad8751d5172a6b2e4ceb45af8ffa229da91e0 authored by Kristoffer Carlsson on 15 August 2024, 12:11:30 UTC
Update timing.jl
Tip revision: bcaad87
ptrhash.h
// This file is a part of Julia. License is MIT: https://julialang.org/license

#ifndef JL_PTRHASH_H
#define JL_PTRHASH_H

#include "htable.h"

#ifdef __cplusplus
extern "C" {
#endif

HTPROT(ptrhash)

#ifdef __cplusplus
}
#endif

#endif
back to top