Diff for /dietlibc/t.c between versions 1.47 and 1.48

version 1.47, 2001/05/04 14:49:57 version 1.48, 2001/05/05 12:26:58
Line 44  static int rand() { Line 44  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("%ld\n",lseek(0,1234,SEEK_SET));    char*tmp;
     int n=asprintf(&tmp,"foo %s %d\n","bar",23);
     write(1,tmp,n);
     free(tmp);
 #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.47  
changed lines
  Added in v.1.48


LinuxTV legacy CVS <linuxtv.org/cvs>