diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_utils.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 |