4600-project-1/inc/consumer.hpp
2022-04-06 01:45:57 -05:00

14 lines
397 B
C++

/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
/*
consumer:
Unlinks blocks from list2,
Consumes them,
Links them to freelist
*/
void *consumer (void *);