You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/hotplug2/parser_utils.h

16 lines
780 B
C

/*****************************************************************************\
* _ _ _ _ ___ *
* | || | ___ | |_ _ __ | | _ _ __ _ |_ ) *
* | __ |/ _ \| _|| '_ \| || || |/ _` | / / *
* |_||_|\___/ \__|| .__/|_| \_,_|\__, |/___| *
* |_| |___/ *
\*****************************************************************************/
#ifndef PARSER_UTILS_H
#define PARSER_UTILS_H 1
char *dup_line(char *, char **);
inline int iscolon(int);
char *dup_token(char *, char **, int (*)(int));
char *dup_token_r(char *, char *, char **, int (*)(int));
#endif