Searched defs:printStr (Results 1 – 5 of 5) sorted by relevance
85 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
84 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
82 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
80 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
313 void printStr(char *toPrint) { in printStr() function