#ifndef P10_H #define P10_H void calculate_magnitudes(double (*vectors)[8], int num_vectors, double *out_magnitudes); #endif