--- dietlibc/t.c 2001/07/24 14:23:56 1.143 +++ dietlibc/t.c 2001/07/24 20:03:30 1.144 @@ -36,7 +36,7 @@ #include #include #include - +#include #include #include #include @@ -87,7 +87,14 @@ void foo(int tmp,...) { extern int __lltostr(char *s, int size, unsigned long long i, int base, char UpCase); 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"); +#endif #if 0 printf("%.*s\n",13,"fnord"); #endif