Files
CS50---Harvard/example1.c
T
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;