aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/random_char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librandom/random_char.c')
-rw-r--r--src/librandom/random_char.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/librandom/random_char.c b/src/librandom/random_char.c
deleted file mode 100644
index f55443e..0000000
--- a/src/librandom/random_char.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ISC license. */
-
-#include <skalibs/random.h>
-
-unsigned char random_char (void)
-{
- unsigned char c ;
- random_string((char *)&c, 1) ;
- return c ;
-}