18 lines
984 B
C
18 lines
984 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* gnu_source.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/07/10 17:53:46 by maiboyer #+# #+# */
|
|
/* Updated: 2024/07/10 17:54:49 by maiboyer ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef GNU_SOURCE_H
|
|
# define GNU_SOURCE_H
|
|
|
|
# define _GNU_SOURCE
|
|
|
|
#endif /* GNU_SOURCE_H */
|