7 lines
97 B
C
7 lines
97 B
C
|
#ifndef __unescape_h__
|
||
|
#define __unescape_h__
|
||
|
|
||
|
void unescape (char *);
|
||
|
|
||
|
#endif // __unescape_h__
|