#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | node |
struct | linked_list |
Typedefs | |
typedef node | node_t |
typedef linked_list | linked_list_t |
Functions | |
int | linked_list_process_all (linked_list_t *new_linked_list, int(generic_process)(), void *args) |