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