6 lines
93 B
C
6 lines
93 B
C
#ifndef REVERSE_STRING_H
|
|
#define REVERSE_STRING_H
|
|
|
|
char *reverse(const char *value);
|
|
|
|
#endif
|