Priority queue implementation
This commit is contained in:
parent
cd8fe79a59
commit
4db3461696
3 changed files with 287 additions and 0 deletions
|
@ -1667,6 +1667,11 @@ module = {
|
|||
enable = videomodules;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = priority_queue;
|
||||
common = lib/priority_queue.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = time;
|
||||
common = commands/time.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue