X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/9750a3d731cd381e832bcacf1d03e48ddb46cc16..74c4f4ebdae8a12fc95840954dde574692234b01:/components/entropy.c?ds=inline diff --git a/components/entropy.c b/components/entropy.c index 2baa8aa..ac61679 100644 --- a/components/entropy.c +++ b/components/entropy.c @@ -14,5 +14,10 @@ bprintf("%d", num) : NULL; } #elif defined(__OpenBSD__) - /* unimplemented */ + const char * + entropy(void) + { + /* Unicode Character 'INFINITY' (U+221E) */ + return "\xe2\x88\x9e"; + } #endif