Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h356 #define BC_NUM_PRINT(x) fprintf(stderr, "%s = %lu\n", #x, (unsigned long) (x)) macro
361 #define BC_NUM_PRINT(x) macro