Files
leetcode/include/solution/1957.h
2025-07-23 20:19:00 +08:00

12 lines
148 B
C

#ifndef INC_1957_H
#define INC_1957_H
#ifdef __cplusplus
extern "C"
{
#endif
char *makeFancyString(char *s);
#ifdef __cplusplus
}
#endif
#endif