C-Webserver/include/arrayHelper.h
2025-03-13 13:11:35 +01:00

6 lines
94 B
C

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