norme
This commit is contained in:
commit
61ff7f75fd
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
|
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2016/12/13 17:11:48 by jhalford #+# #+# */
|
/* Created: 2016/12/13 17:11:48 by jhalford #+# #+# */
|
||||||
/* Updated: 2017/03/24 16:21:12 by gwojda ### ########.fr */
|
/* Updated: 2017/03/24 17:00:06 by gwojda ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -48,7 +48,6 @@ typedef struct s_data_template t_btexport;
|
||||||
typedef enum e_lexstate t_lexstate;
|
typedef enum e_lexstate t_lexstate;
|
||||||
typedef struct s_token t_token;
|
typedef struct s_token t_token;
|
||||||
typedef struct s_rvwords t_rvwords;
|
typedef struct s_rvwords t_rvwords;
|
||||||
|
|
||||||
typedef struct s_ld t_ld;
|
typedef struct s_ld t_ld;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -64,7 +63,7 @@ typedef int (t_execf)(const char *path,
|
||||||
typedef enum e_process_type t_process_type;
|
typedef enum e_process_type t_process_type;
|
||||||
typedef enum e_process_state t_process_state;
|
typedef enum e_process_state t_process_state;
|
||||||
typedef union u_process_data t_process_data;
|
typedef union u_process_data t_process_data;
|
||||||
typedef struct s_process_map t_process_map;
|
typedef struct s_process_map t_process_map;
|
||||||
typedef struct s_data_cond t_data_while;
|
typedef struct s_data_cond t_data_while;
|
||||||
typedef struct s_data_cond t_data_if;
|
typedef struct s_data_cond t_data_if;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue