Escape macro bodies when displaying in help.
This commit is contained in:
parent
34712e643c
commit
0bf6dd5766
3 changed files with 50 additions and 5 deletions
3
str.h
3
str.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue