#include "main.h" // uint64_t seconds() { // struct timespec start; // clock_gettime(CLOCK_MONOTONIC_RAW, &start); // return start.tv_sec; // } int main() { // uint64_t start = seconds(); // Allocate memory char** file_names = (char**) malloc((NUM_IMAGES) * sizeof(char*)); for (uint8_t i=0; i