Started from buttom go to the sky
This commit is contained in:
parent
96215449bd
commit
f811e55dea
4781 changed files with 10121 additions and 1743 deletions
38
parser/static/unique_symbols_map/unique_symbols_map.h
Normal file
38
parser/static/unique_symbols_map/unique_symbols_map.h
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* unique_symbols_map.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef UNIQUE_SYMBOLS_MAP_H
|
||||
# define UNIQUE_SYMBOLS_MAP_H
|
||||
|
||||
# include "../types/type_unique_symbols_map.h"
|
||||
# include "../headers/symbols.h"
|
||||
# include "../headers/external_scanner_symbol_identifiers.h"
|
||||
# include "../headers/field_identifiers.h"
|
||||
|
||||
# include "../headers/constants.h"
|
||||
|
||||
void unique_symbols_map_0(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_1(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_2(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_3(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_4(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_5(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_6(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_7(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_8(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_9(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_10(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_11(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_12(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_13(t_unique_symbols_map_array *v);
|
||||
|
||||
#endif // UNIQUE_SYMBOLS_MAP_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue