Diff for /dietlibc/t.c between versions 1.143 and 1.144

version 1.143, 2001/07/24 14:23:56 version 1.144, 2001/07/24 20:03:30
Line 36 Line 36
 #include <stdarg.h>  #include <stdarg.h>
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <libgen.h>  #include <libgen.h>
   #include <math.h>
 #include <errno.h>  #include <errno.h>
 #include <syslog.h>  #include <syslog.h>
 #include <sys/un.h>  #include <sys/un.h>
Line 87  void foo(int tmp,...) { Line 87  void foo(int tmp,...) {
 extern int __lltostr(char *s, int size, unsigned long long i, int base, char UpCase);  extern int __lltostr(char *s, int size, unsigned long long i, int base, char UpCase);
   
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   #if 0
     char buf[101];
     __dtostr(M_PI,buf,100,6);
   #endif
     printf("%d\n",strcasecmp("foo","FOO"));
   #if 0
   printf("%.24s", "Sun Jan  2 08:29:13 1994\n");    printf("%.24s", "Sun Jan  2 08:29:13 1994\n");
   #endif
 #if 0  #if 0
   printf("%.*s\n",13,"fnord");    printf("%.*s\n",13,"fnord");
 #endif  #endif

Removed from v.1.143  
changed lines
  Added in v.1.144


LinuxTV legacy CVS <linuxtv.org/cvs>