Searched refs:emptyfmt (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A Darithchk.c97 char *emptyfmt = ""; /* avoid possible warning message with printf("") */ variable
109 Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
110 if (printf(emptyfmt, Cray1) >= 0)
112 if (printf(emptyfmt, Cray1) >= 0)

Completed in 26 milliseconds