Searched defs:_PrintfQueue (Results 1 – 2 of 2) sorted by relevance
7 struct _PrintfQueue { struct8 char *string;9 size_t size;10 PrintfQueue next;
6 struct _PrintfQueue { struct7 char string[QUEUESTRINGSIZE];8 PrintfQueue next;