15 lines
227 B
C
15 lines
227 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, unsigned char* retard) ;
|
|
|
|
#endif /* SUPP_QUEUE_H */
|
|
|
|
|
|
|