12 lines
148 B
C
12 lines
148 B
C
#ifndef INC_1957_H
|
|
#define INC_1957_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
char *makeFancyString(char *s);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|