From 6238338ae0c89c9cb16e437bf80db3f4fb1cce10 Mon Sep 17 00:00:00 2001 From: salad <fmoenne-@student.le-101.fr> Date: Tue, 20 Oct 2020 18:44:30 +0200 Subject: globul scope --- src/c_utils.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/c_utils.h') diff --git a/src/c_utils.h b/src/c_utils.h index 6aebca8..0cea972 100644 --- a/src/c_utils.h +++ b/src/c_utils.h @@ -11,13 +11,13 @@ /* ************************************************************************** */ #ifndef C_UTILS_H -#define C_UTILS_H +# define C_UTILS_H -#include "s_struct.h" +# include "s_struct.h" -char *c_new_line(char *line, t_caps *tcaps); -char *c_insert_char(char *str, char c, t_caps *tcaps); -char *c_delchar(char *str, uint16_t cpos); -int16_t c_redraw_line(char *line, t_caps *tcaps, t_msh *msh); +char *c_new_line(char *line, t_caps *tcaps); +char *c_insert_char(char *str, char c, t_caps *tcaps); +char *c_delchar(char *str, uint16_t cpos); +int16_t c_redraw_line(char *line, t_caps *tcaps, t_msh *msh); #endif -- cgit v1.2.3