base struct
This commit is contained in:
23
lib/libft/general.h
Normal file
23
lib/libft/general.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* general.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/11/25 16:32:23 by nalebrun #+# #+# */
|
||||
/* Updated: 2024/11/25 16:40:15 by nalebrun ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef GENERAL_H
|
||||
# define GENERAL_H
|
||||
|
||||
# define BASE10 "0123456789"
|
||||
# define BASE16 "0123456789abcdef"
|
||||
# define BASE16UP "0123456789ABCDEF"
|
||||
|
||||
# define TRUE 1
|
||||
# define FALSE 0
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user