X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/9750a3d731cd381e832bcacf1d03e48ddb46cc16..bb613923865e6a702e35ad13fdba19cbc7c20c2c:/components/entropy.c 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