iAdd in grammar :

- var
    - /
    - -
This commit is contained in:
2016-01-26 16:03:37 +01:00
parent e71dc9bae0
commit 1871e6f8c8
5 changed files with 12 additions and 4 deletions

View File

@@ -8,5 +8,6 @@ void affiche_balise_ouvrante(const char *fct_, int trace_xml);
void affiche_balise_fermante(const char *fct_, int trace_xml);
void affiche_element(char *fct_, char *texte_, int trace_xml);
void affiche_texte(char *texte_, int trace_xml);
void affiche_xml_texte( char *texte_ );
#endif