/[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.9 by camm, Sun Sep 18 02:48:59 2005 UTC revision 1.10 by camm, Sun Nov 6 18:07:37 2005 UTC
# Line 1  Line 1 
1    #include <unistd.h>
2  #include <string.h>  #include <string.h>
3  #include <setjmp.h>  #include <setjmp.h>
4  #include <stdio.h>  #include <stdio.h>
# Line 30  main(int argc,char * argv[],char *envp[] Line 31  main(int argc,char * argv[],char *envp[]
31    ch=getc(f);    ch=getc(f);
32    ch&=putc(ch,f);    ch&=putc(ch,f);
33    
34      f=fdopen(l,"r");
35      l=read(l,&l,sizeof(l));
36      l=write(l,&l,sizeof(l));
37    
38    ch&=mmcount();    ch&=mmcount();
39    
40    setjmp(env);    setjmp(env);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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