mirror of
https://github.com/zoriya/xmlParser.git
synced 2025-12-20 17:45:11 +00:00
Initial commit
This commit is contained in:
16
include/xmlstate.h
Normal file
16
include/xmlstate.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
** EPITECH PROJECT, 2019
|
||||
** MUL_my_runner_2019
|
||||
** File description:
|
||||
** xmlstate
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "xml.h"
|
||||
|
||||
typedef struct xmlstate
|
||||
{
|
||||
node valid;
|
||||
node *current;
|
||||
} xmlstate;
|
||||
Reference in New Issue
Block a user