2025-03-28 20:56:16 +08:00

16 lines
207 B
C

//
// Created by xfj12 on 2025/3/28.
//
#ifndef INC_2716_H
#define INC_2716_H
#ifdef __cplusplus
extern "C"
{
#endif
int minimizedStringLength(char *s);
#ifdef __cplusplus
}
#endif
#endif // INC_2716_H