Francois Grieu Hello, I'm asking myself all kind of questions on allocating an array of struct with proper alignment. Is the following code oorrect ? I'm most interested by the statement t = malloc(n*sizeof(r)) and (to a degree) by the surrounding error checking. #include // a record of system-dependent size and alignment typedef struct r { char f0; long f1; ...