Searched defs:putnstr (Results 1 – 2 of 2) sorted by relevance
59 #define putnstr(str, size) printf("%*.*s", size, size, str) macro
60 #define putnstr(str, n) printf("%.*s", (int)n, str) macro