xx                 27 console.c      printint(int xx, int base, int sign)
xx                 34 console.c        if(sign && (sign = xx < 0))
xx                 35 console.c          x = -xx;
xx                 37 console.c          x = xx;
xx                 12 printf.c       printint(int fd, int xx, int base, int sgn)
xx                 20 printf.c         if(sgn && xx < 0){
xx                 22 printf.c           x = -xx;
xx                 24 printf.c           x = xx;