Searched defs:printStr (Results 1 – 3 of 3) sorted by relevance
84 void printStr(const char *S) { fprintf(stderr, "%s", S); } printStr() function [all...]
81 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
270 void printStr(char *toPrint) { printStr() function