/* ISC license. */ #include int main (void) { char c ; random_buf(&c, 1) ; return 0 ; }