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

version 1.54, 2001/05/09 01:16:04 version 1.55, 2001/05/09 01:40:36
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[]) {
   #if 0
   char buf[PATH_MAX];    char buf[PATH_MAX];
   printf("%s\n",realpath("../../incoming/..///.zshrc",buf));    printf("%s\n",realpath("../../incoming/..///.zshrc",buf));
 #if 0  
   regex_t t;  
   regcomp(&t,"\\<foobAr",0);  
   printf("%d\n",regexec(&t," fooBarbaz",0,0,0));  
 #endif  #endif
     regex_t t;
     regcomp(&t,"foo",0);
     printf("%d\n",regexec(&t,"/* built-in 'exec' handler */",0,0,0));
 #if 0  #if 0
   float my_float = 9.2334;    float my_float = 9.2334;
   char buffer[100];    char buffer[100];

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


LinuxTV legacy CVS <linuxtv.org/cvs>