15 lines
204 B
C
15 lines
204 B
C
|
/* fichier d'en-tête du fichier source supp_queue.c */
|
||
|
|
||
|
|
||
|
#ifndef SUPP_QUEUE_H
|
||
|
#define SUPP_QUEUE_H
|
||
|
|
||
|
#include "plateau_init.h"
|
||
|
|
||
|
void supp_queue(struct adresse* pointeur) ;
|
||
|
|
||
|
#endif /* SUPP_QUEUE_H */
|
||
|
|
||
|
|
||
|
|