12 lines
142 B
C
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
|