/
githubmirror
/
libpsl
Обзор
Документация
Войти
/
githubmirror
/
libpsl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/common.h
23 строки
346 B
Tim Rühsen
Simplify license headers
12 июл 2026, 20:10
12 июл 2026, 20:10
da54796
Код
Авторство
О чём код?
/* * SPDX-License-Identifier: MIT * * See the LICENSE file in the root directory for details and copyrights. * * This file is part of libpsl. * */ #ifndef COMMON_H #define COMMON_H #ifdef __cplusplus extern "C" { #endif int run_valgrind(const char *valgrind, const char *executable); #ifdef __cplusplus } #endif #endif /* COMMON_H */