/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/vm_power_manager/guest_cli/parse.h
19 строк
268 B
David Hunt
examples/vm_power: add options to guest app
21 июл 2018, 01:00
21 июл 2018, 01:00
5928793
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 Intel Corporation */ #ifndef PARSE_H_ #define PARSE_H_ #ifdef __cplusplus extern "C" { #endif int parse_set(const char *, uint16_t [], unsigned int); #ifdef __cplusplus } #endif #endif /* PARSE_H_ */