Searched defs:add_string (Results 1 – 2 of 2) sorted by relevance
255 add_string(PyObject *list, char *s) in add_string() function
6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro