/[cvs]/stack/stack.h
ViewVC logotype

Diff of /stack/stack.h

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

revision 1.23 by masse, Mon Aug 4 13:50:53 2003 UTC revision 1.25 by masse, Fri Aug 8 14:20:49 2003 UTC
# Line 41  Line 41 
41  #include <sysexits.h>  #include <sysexits.h>
42  /* assert */  /* assert */
43  #include <assert.h>  #include <assert.h>
44    /* waitpid */
45    #include <sys/wait.h>
46    
47  #ifdef __linux__  #ifdef __linux__
48  /* mtrace, muntrace */  /* mtrace, muntrace */
# Line 91  typedef struct { Line 93  typedef struct {
93      FILE *p;                    /* ...or an I/O stream */      FILE *p;                    /* ...or an I/O stream */
94      int i;                      /* ...or an integer */      int i;                      /* ...or an integer */
95      float f;                    /* ...or a floating point number */      float f;                    /* ...or a floating point number */
96      funcp func;                 /* ...or a function */      funcp func;                 /* ...or a function pointer */
97      char *string;               /* ...or a string */      char *string;               /* ...or a string */
98    } content;                    /* Stores a pointer or an integer */    } content;                    /* Stores a pointer or an integer */
99    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.25

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26