/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/support/libsupport.h
24 строки
382 B
Jameson Nash
src: check Julia annotations are on a function's first declaration (#62175)
25 июн 2026, 20:04
Не верифицирован
25 июн 2026, 20:04
69360d2
Код
Авторство
О чём код?
// This file is a part of Julia. License is MIT: https://julialang.org/license #ifndef JL_LIBSUPPORT_H #define JL_LIBSUPPORT_H #include "platform.h" #include <stdlib.h> #include <stdarg.h> #include "dtypes.h" #include "utf8.h" #include "ios.h" #ifdef __cplusplus extern "C" { #endif JL_DLLEXPORT void libsupport_init(void) JL_NOTSAFEPOINT; #ifdef __cplusplus } #endif #endif