added debug statements, dynamic allocation is working for tasks
[mTask.git] / client / mem.c
1 #include <stdlib.h>
2
3 struct task *task_head = NULL;