Aggiornamento alla versione reale
[gapil.git] / listati / stack_t.h
1 typedef struct {
2     void  *ss_sp;     /* Base address of stack */
3     int    ss_flags;  /* Flags */
4     size_t ss_size;   /* Number of bytes in stack */
5 } stack_t;