GRU - Generic Reusable Utilities
Loading...
Searching...
No Matches
Functions
gru_tree_test.c File Reference
#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)
 

Function Documentation

◆ compare_file_name()

bool compare_file_name ( const void *  current,
const void *  data,
void *  result 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ print_path()

void print_path ( const void *  nodedata,
void *  data 
)

◆ print_path2()

void print_path2 ( const void *  nodedata,
void *  data 
)