getentrieshashtable.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2007 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/
00005 #ifndef __GETENTRIESHASHTABLE_H__
00006 #define __GETENTRIESHASHTABLE_H__
00007 
00008 #include "hashtable.h"
00009 
00010 /* get a array of strings from hastable tableIN */
00011 char **getTAGSinhashtable(struct hashtable *tableIN,int *numbersEntries);
00012 char **getSTRINGSinhashtable(struct hashtable *tableIN,int *numbersEntries);
00013 
00014 #endif
00015 /*-----------------------------------------------------------------------------------*/

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1