Files
leetcode/include/solution/387.h
2025-07-18 22:23:57 +08:00

12 lines
142 B
C

#ifndef INC_387_H
#define INC_387_H
#ifdef __cplusplus
extern "C"
{
#endif
int firstUniqChar(char *s);
#ifdef __cplusplus
}
#endif
#endif