Files
leetcode/include/solution/1233.h
2025-07-21 18:14:17 +08:00

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