/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/support/ptrhash.h
18 строк
237 B
Tristan Konolige
Add JL_ namespace to all header include guards (#22904)
22 июл 2017, 05:44
22 июл 2017, 05:44
a627e51
Код
Авторство
О чём код?
// 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