update
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct {
|
||||
char tab[50];
|
||||
int indice_debut;
|
||||
int indice_fin;
|
||||
int taille;
|
||||
} pile;
|
||||
|
||||
|
||||
struct maillon_s {
|
||||
char valeurs;
|
||||
struct maillon_s* suivant;
|
||||
|
Reference in New Issue
Block a user