Searched defs:ignore_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h117 # define ignore_val(x) ((void) (x)) macro
119 # define ignore_val(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro

Completed in 110 milliseconds