Diff for /dietlibc/t.c between versions 1.21 and 1.22

version 1.21, 2001/02/15 22:20:04 version 1.22, 2001/02/23 03:21:36
Line 14 Line 14
 #include <sys/shm.h>  #include <sys/shm.h>
 #include <math.h>  #include <math.h>
 #include <termios.h>  #include <termios.h>
   #include <netdb.h>
   
 #if 0  #if 0
 int compint(const void *a,const void *b) {  int compint(const void *a,const void *b) {
Line 37  static int rand() { Line 38  static int rand() {
 #endif  #endif
   
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   printf("%g %g\n",1e-10,1e10);    struct hostent *foo=gethostbyname("knuth.fefe.de");
   /*  printf("%g %g\n",1e-10,1e10); */
 #if 0  #if 0
   double d=0.0;    double d=0.0;
   long long t=0x12345678ABCDEF01;    long long t=0x12345678ABCDEF01;

Removed from v.1.21  
changed lines
  Added in v.1.22


LinuxTV legacy CVS <linuxtv.org/cvs>