[詳解] 1 #ifndef _STRING_LIST_H_INCLUDED_
2 #define _STRING_LIST_H_INCLUDED_
22 #define STRING_LIST MATCH_LIST
24 #define string_list_init(o, f, p) \
25 match_list_init((o), (f), (p), 1, match_string)
26 #define string_list_match match_list_match
27 #define string_list_free match_list_free