Home
last modified time | relevance | path

Searched refs:BC_NUM_PRINT (Results 1 – 1 of 1) sorted by relevance

/external/bc/include/
Dnum.h166 #define BC_NUM_PRINT(x) fprintf(stderr, "%s = %lu\n", #x, (unsigned long)(x)) macro
171 #define BC_NUM_PRINT(x) macro