Organisation du code en dossiers (headers) et source

This commit is contained in:
2024-11-21 13:01:20 +01:00
parent d5c2269de6
commit fbcae7c275
4 changed files with 24 additions and 8 deletions

2
main.c
View File

@@ -1,4 +1,4 @@
#define _DEFAULT_SOURCE
#define _DEFAULT_SOURCE /* Pour utiliser X et Y */
#include <stdio.h>
#include <stdlib.h>
#include <graph.h>