|
MP6 Parallel Make
|
#include "queue.h"Go to the source code of this file.
Data Structures | |
| struct | rule_t |
| Rule Data Structure. More... | |
Functions | |
| void | rule_init (rule_t *rule) |
| Initializes Rule data structure. | |
| void | rule_destroy (rule_t *rule) |
| Destroys Rule data structure. | |
| void rule_destroy | ( | rule_t * | rule | ) |
Destroys Rule data structure.
| rule | A pointer to the rule data structure. |