Configurable time format.
This commit is contained in:
parent
2af789884e
commit
0479ee0f89
7 changed files with 63 additions and 29 deletions
2
tts.h
2
tts.h
|
|
@ -73,4 +73,6 @@ size_t wcslcat(wchar_t *s1, const wchar_t *s2, size_t n);
|
|||
size_t wcslcpy(wchar_t *s1, const wchar_t *s2, size_t n);
|
||||
#endif
|
||||
|
||||
extern int time_format;
|
||||
|
||||
#endif /* !TTS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue