Diff for /dietlibc/t.c between versions 1.44 and 1.45

version 1.44, 2001/04/22 15:17:58 version 1.45, 2001/04/27 23:04:12
Line 17 Line 17
 #include <termios.h>  #include <termios.h>
 #include <netdb.h>  #include <netdb.h>
 #include <sys/mman.h>  #include <sys/mman.h>
   #include <ctype.h>
   
 #if 0  #if 0
 int compint(const void *a,const void *b) {  int compint(const void *a,const void *b) {
Line 42  static int rand() { Line 43  static int rand() {
 extern double atof(const char *c);  extern double atof(const char *c);
   
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   printf("%*.*s\n",5,7,"foo bar baz");    printf("%d\n",isxdigit(0));
 #if 0  #if 0
   struct passwd *p=getpwnam("leitner");    struct passwd *p=getpwnam("leitner");
   struct spwd *s=getspnam("leitner");    struct spwd *s=getspnam("leitner");

Removed from v.1.44  
changed lines
  Added in v.1.45


LinuxTV legacy CVS <linuxtv.org/cvs>