#ifndef TYPES_H #define TYPES_H struct tableau { int size; int* values; }; #endif /* TYPES_H */