Skip to content
Snippets Groups Projects
Commit 1d3f99d3 authored by PAILLE Kyriann's avatar PAILLE Kyriann :8ball:
Browse files

Update stack.h, stack.c

parent ff66d5b3
No related branches found
No related tags found
No related merge requests found
#include "stack.h"
#include <string.h> /* strdup */
#include <stdio.h> /* printf */
#include <stdlib.h> /* malloc, free */
#include <stdbool.h>
//#include "stack.h"
//#include <string.h> /* strdup */
//#include <stdio.h> /* printf */
//#include <stdlib.h> /* malloc, free */
//#include <stdbool.h>
// les fonctions ne marchent pas j'ai donc mis en commentaire pour laisser la compilation possible
......
#include <stdio.h>
#include <stdlib.h>
#include "Location.h"
//#include <stdio.h>
//#include <stdlib.h>
//#include "Location.h"
//struct Location;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment