#include <stdlib.h> /*contient le protype de malloc */
type_var* ptr ;
ptr = (type_var*) malloc( nb_octets ) ;
