387
This commit is contained in:
11
include/solution/387.h
Normal file
11
include/solution/387.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef INC_387_H
|
||||
#define INC_387_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int firstUniqChar(char *s);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user