Files
2026-06-01 13:15:48 +00:00

8 lines
90 B
C

const iunt capacity = 50;
typedef struct
{
person people[CAPACITY]
int size;
} stack;