Diff for /dietlibc/t.c between versions 1.53 and 1.54

version 1.53, 2001/05/09 00:34:17 version 1.54, 2001/05/09 01:16:04
Line 46  static int rand() { Line 46  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[]) {
     char buf[PATH_MAX];
     printf("%s\n",realpath("../../incoming/..///.zshrc",buf));
   #if 0
   regex_t t;    regex_t t;
   regcomp(&t,"\\<foobAr",0);    regcomp(&t,"\\<foobAr",0);
   printf("%d\n",regexec(&t," fooBarbaz",0,0,0));    printf("%d\n",regexec(&t," fooBarbaz",0,0,0));
   #endif
 #if 0  #if 0
   float my_float = 9.2334;    float my_float = 9.2334;
   char buffer[100];    char buffer[100];

Removed from v.1.53  
changed lines
  Added in v.1.54


LinuxTV legacy CVS <linuxtv.org/cvs>