GEL  0.99
gel_base_plugin.h
Go to the documentation of this file.
1 #ifndef GEL_BASE_PLUGIN_H_
2 #define GEL_BASE_PLUGIN_H_
3 
4 /*==============================================================================
5  * gel_base_plugin.h
6  *==============================================================================
7  * \file ce fichier contient les definitions de fonctions accessibles au niveau
8  * plugin pour le module gel_base.c
9  *==============================================================================
10  * Auteur : Sylvain Lemouzy (syl.lemouzy@free.fr)
11  * Crée le : 02/08/2006
12  *==============================================================================
13  */
14 
15 
25 gel_sym_t *gel_symbyidx(gel_sect_t *symtab, u32_t idx);
26 
27 #endif /*GEL_BASE_PLUGIN_H_*/
gel_sym_t * gel_symbyidx(gel_sect_t *symtab, u32_t idx)
Definition: gel_base.c:102
typedef__BEGIN_DECLS struct gel_sect_s gel_sect_t
Definition: sect.h:31
uint32_t u32_t
Definition: types.h:32
struct gel_sym_s gel_sym_t
Definition: types.h:45