12 lines
189 B
C
12 lines
189 B
C
#ifndef INC_1233_H
|
|
#define INC_1233_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
char **removeSubfolders(char **folder, int folderSize, int *returnSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|