Modification des includes dans pile.c pour coller a ceux de la branche d'Elies
This commit is contained in:
parent
5075de4acb
commit
494988c59d
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include "pile.h"
|
#include "pile.h"
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
void init(struct pile ** une_pile) {
|
void init(struct pile ** une_pile) {
|
||||||
*une_pile = (struct pile *)malloc(sizeof(struct pile));
|
*une_pile = (struct pile *)malloc(sizeof(struct pile));
|
||||||
|
|
Loading…
Reference in a new issue