Escape macro bodies when displaying in help.

This commit is contained in:
Felicity Tarnell 2014-03-08 12:31:58 +00:00
parent 34712e643c
commit 0bf6dd5766
3 changed files with 50 additions and 5 deletions

3
str.h
View file

@ -17,7 +17,8 @@
size_t tokenise (const wchar_t *, wchar_t ***result);
void tokfree (wchar_t ***);
time_t parsetime (wchar_t *);
time_t parsetime (const wchar_t *);
wchar_t *maketime (time_t);
wchar_t *escstr (const wchar_t *);
#endif /* !TTS_STR_H */