Xinqi Bao's Git
17be2703c695d7e935142033503292a58095bd17
1 /* See LICENSE file for copyright and license details. */
4 #include "../../util.h"
11 return (pscanf("/proc/sys/kernel/random/entropy_avail", "%d", &num
) == 1) ?
12 bprintf("%d", num
) : NULL
;