DPDK  18.02.0
rte_string_fns.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4 
11 #ifndef _RTE_STRING_FNS_H_
12 #define _RTE_STRING_FNS_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
44 int
45 rte_strsplit(char *string, int stringlen,
46  char **tokens, int maxtokens, char delim);
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /* RTE_STRING_FNS_H */
int rte_strsplit(char *string, int stringlen, char **tokens, int maxtokens, char delim)