#ifndef ALLOCATION_H #define ALLOCATION_H extern char *allocation(char *adresse, int taille); #endif /* ALLOCATION_H */