#ifndef ARRAYHELPER_H #define ARRAYHELPER_H char *mergeArray(char *arr1, char *arr2); #endif