Files
xmlParser/include/xmlstate.h
Tristan Roux 8aaeea8ee4 Initial commit
2019-12-05 18:00:46 +01:00

16 lines
191 B
C

/*
** EPITECH PROJECT, 2019
** MUL_my_runner_2019
** File description:
** xmlstate
*/
#pragma once
#include "xml.h"
typedef struct xmlstate
{
node valid;
node *current;
} xmlstate;