Diff for /dietlibc/t.c between versions 1.150 and 1.151

version 1.150, 2001/07/31 14:24:33 version 1.151, 2001/08/01 17:17:45
Line 88  void foo(int tmp,...) { Line 88  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[]) {
     char template[]="/tmp/duh/fnord-XXXXXX";
     printf("%d\n",mkdtemp(template));
   #if 0
   char *inbuf="\xe2\x89\xa0";    char *inbuf="\xe2\x89\xa0";
 //  char *inbuf="\xc2\xa9";  //  char *inbuf="\xc2\xa9";
   char outbuf[100];    char outbuf[100];
Line 99  int main(int argc,char *argv[]) { Line 102  int main(int argc,char *argv[]) {
   iconv_close(i);    iconv_close(i);
   outbuf[100-oblen]=0;    outbuf[100-oblen]=0;
   puts(outbuf);    puts(outbuf);
   #endif
 #if 0  #if 0
   printf("%c %c\n",tolower('C'),toupper('c'));    printf("%c %c\n",tolower('C'),toupper('c'));
 #endif  #endif

Removed from v.1.150  
changed lines
  Added in v.1.151


LinuxTV legacy CVS <linuxtv.org/cvs>