#include <stddef.h>Include dependency graph for _table.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | _RCS_TABLE |
Functions | |
| int | table_new (_RCS_TABLE *table, size_t dsize) |
| int | table_delete (_RCS_TABLE *table) |
| int | table_add (_RCS_TABLE *table, unsigned long int key, const void *data) |
| int | table_get (_RCS_TABLE *table, unsigned long int key, void *data) |
| int | table_clear (_RCS_TABLE *table, unsigned long int key) |
| int | table_clearall (_RCS_TABLE *table) |
| void | table_print (_RCS_TABLE *table) |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001