/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ip_pipeline/cli.h
18 строк
325 B
Jasvinder Singh
examples/ip_pipeline: add pipeline object
05 апр 2018, 20:00
05 апр 2018, 20:00
d75c371
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2018 Intel Corporation */ #ifndef __INCLUDE_CLI_H__ #define __INCLUDE_CLI_H__ #include <stddef.h> void cli_process(char *in, char *out, size_t out_size); int cli_script_process(const char *file_name, size_t msg_in_len_max, size_t msg_out_len_max); #endif