/[gcl]/gcl/o/plttest.c
ViewVC logotype

Diff of /gcl/o/plttest.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by camm, Mon May 9 19:10:41 2005 UTC revision 1.7 by camm, Tue Jun 14 14:36:44 2005 UTC
# Line 1  Line 1 
1    #include <string.h>
2  #include <setjmp.h>  #include <setjmp.h>
3  #include <stdio.h>  #include <stdio.h>
4  #include <math.h>  #include <math.h>
# Line 15  main(int argc,char * argv[],char *envp[] Line 16  main(int argc,char * argv[],char *envp[]
16    jmp_buf env;    jmp_buf env;
17    double d=0.1;    double d=0.1;
18    
19      bzero(&env,sizeof(env));
20    
21    getc(f);    getc(f);
22    putc(ch,f);    putc(ch,f);
23    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26