Home
last modified time | relevance | path

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

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