Objective
Implement an allocated counter whose fields stay private to meter.c.
Steps
$ meter *m = meter_create(9); meter_add(m, -4); meter_value(m)
5
Expected files
Allowed functions
Allowed headers

Objective
Implement an allocated counter whose fields stay private to meter.c.
Steps
$ meter *m = meter_create(9); meter_add(m, -4); meter_value(m)
5
Expected files
Allowed functions
Allowed headers

Tests
Run the tests to grade your code