6 lines
94 B
C
6 lines
94 B
C
#ifndef ARRAYHELPER_H
|
|
#define ARRAYHELPER_H
|
|
|
|
char *mergeArray(char *arr1, char *arr2);
|
|
|
|
#endif |