We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623776a commit f277b5cCopy full SHA for f277b5c
test.c
@@ -6,7 +6,7 @@
6
/* By: aahlyel <aahlyel@student.42.fr> +#+ +:+ +#+ */
7
/* +#+#+#+#+#+ +#+ */
8
/* Created: 2024/08/03 04:45:58 by sabato #+# #+# */
9
-/* Updated: 2024/08/25 03:39:51 by aahlyel ### ########.fr */
+/* Updated: 2024/08/25 03:41:29 by aahlyel ### ########.fr */
10
/* */
11
/* ************************************************************************** */
12
@@ -16,7 +16,7 @@ int main(void)
16
{
17
char login[8];
18
void *mlx;
19
-
+
20
(void)login;
21
mlx = mlx_init();
22
free(mlx);
0 commit comments