Searched refs:NUM_TO_STR (Results 1 – 2 of 2) sorted by relevance
37 printf("\nNUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));39 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));41 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));43 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));
42 #define NUM_TO_STR(n) \ macro