|
GRU - Generic Reusable Utilities
|
#include <inttypes.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include "collection/gru_list.h"#include "collection/gru_node.h"#include "collection/gru_tree.h"Functions | |
| bool | compare_file_name (const void *current, const void *data, void *result) |
| void | print_path (const void *nodedata, void *data) |
| void | print_path2 (const void *nodedata, void *data) |
| int | main (int argc, char **argv) |
| bool compare_file_name | ( | const void * | current, |
| const void * | data, | ||
| void * | result | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void print_path | ( | const void * | nodedata, |
| void * | data | ||
| ) |
| void print_path2 | ( | const void * | nodedata, |
| void * | data | ||
| ) |