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

version 1.43, 2001/04/05 00:29:59 version 1.44, 2001/04/22 15:17:58
Line 42  static int rand() { Line 42  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("%d\n",fgetc(stdin));    printf("%*.*s\n",5,7,"foo bar baz");
   printf("%d\n",ungetc(23,stdin));  
   printf("%d\n",fgetc(stdin));  
 #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.43  
changed lines
  Added in v.1.44


LinuxTV legacy CVS <linuxtv.org/cvs>