/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libnvme/tests/test-header.c.in
11 строк
244 B
Daniel Wagner
libnvme: rename test to tests
10 авг 2026, 19:54
10 авг 2026, 19:54
50f3246
Код
Авторство
О чём код?
// SPDX-License-Identifier: LGPL-2.1-or-later /* * Verify that <nvme/@HDR@.h> is self-sufficient: it can be included * as the very first (and only) header without any prior includes. */ #include <nvme/@HDR@.h> int main(void) { return 0; }