URI:
       Replace int tab[] -> Bool tab.. - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
  HTML git clone https://git.drkhsh.at/tty-clock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 982f9fc035e3675267b9e621f18045bc489788f1
   DIR parent 7ed30d4bcbad3ca35c4c52bc9428a3ea9489c83b
  HTML Author: Martin Duquesnoy <xorg62@gmail.com>
       Date:   Sat,  6 Dec 2008 01:40:09 +0100
       
       Replace int tab[] -> Bool tab..
       
       Diffstat:
         M clock.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/clock.c b/clock.c
       @@ -163,7 +163,7 @@ void
        print_number(int num, int x, int y)
        {
             int i, u, count = 0;
       -     int tab[LGNUM];
       +     Bool tab[LGNUM];
             int lx = x, ly = y;
             char c;