mirror of
https://github.com/zoriya/xmlParser.git
synced 2025-12-19 09:05:11 +00:00
16 lines
191 B
C
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; |