X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=listati%2Fstack_t.h;fp=listati%2Fstack_t.h;h=5dfc3fdc8e4744ce7ac63e6521790d9189666302;hb=bdf6e88eeb9b3aef06d57930ec8b89083639e56d;hp=0000000000000000000000000000000000000000;hpb=cf60963212306540ce7485ed7c86405e143a3352;p=gapil.git diff --git a/listati/stack_t.h b/listati/stack_t.h new file mode 100644 index 0000000..5dfc3fd --- /dev/null +++ b/listati/stack_t.h @@ -0,0 +1,5 @@ +typedef struct { + void *ss_sp; /* Base address of stack */ + int ss_flags; /* Flags */ + size_t ss_size; /* Number of bytes in stack */ +} stack_t;