Prototype wcsl*
This commit is contained in:
parent
1758e63f6b
commit
2e64382573
1 changed files with 8 additions and 0 deletions
8
tts.h
8
tts.h
|
|
@ -65,4 +65,12 @@ void hist_add(history_t *, wchar_t const *);
|
|||
extern history_t *searchhist;
|
||||
extern history_t *prompthist;
|
||||
|
||||
#ifndef HAVE_WCSLCPY
|
||||
size_t wcslcat(wchar_t *s1, const wchar_t *s2, size_t n);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_WCSLCAT
|
||||
size_t wcslcpy(wchar_t *s1, const wchar_t *s2, size_t n);
|
||||
#endif
|
||||
|
||||
#endif /* !TTS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue