4600-project-1/inc/producer.hpp

14 lines
397 B
C++
Raw Permalink Normal View History

2022-04-06 06:45:57 +00:00
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
2022-04-05 01:12:40 +00:00
/*
producer:
Unlinks blocks from freelist,
Produces them,
Links them to list1
*/
void *producer (void *);