12 lines
144 B
C
12 lines
144 B
C
#ifndef INC_345_H
|
|
#define INC_345_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
char *reverseVowels(char *s);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|