/[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.24 by masse, Mon Aug 4 14:13:16 2003 UTC
# Line 91  typedef struct { Line 91  typedef struct {
91      FILE *p;                    /* ...or an I/O stream */      FILE *p;                    /* ...or an I/O stream */
92      int i;                      /* ...or an integer */      int i;                      /* ...or an integer */
93      float f;                    /* ...or a floating point number */      float f;                    /* ...or a floating point number */
94      funcp func;                 /* ...or a function */      funcp func;                 /* ...or a function pointer */
95      char *string;               /* ...or a string */      char *string;               /* ...or a string */
96    } content;                    /* Stores a pointer or an integer */    } content;                    /* Stores a pointer or an integer */
97    

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

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26