Re: [2/6] msvcrt: Implement strcat_s
15 Nov
2007
15 Nov
'07
7:55 a.m.
"Stefan Dösinger" <stefan(a)codeweavers.com> wrote:
+@ cdecl strcat_s(str str) MSVCRT_strcat_s ... +int CDECL MSVCRT_strcat_s( char* dst, size_t elem, const char* src ) +{ + unsigned int i, j; ... +static int (*pstrcat_s)(char *dst, unsigned int len, const char *src);
This one has the same objections as 2 previous patches. -- Dmitry.
6605
Age (days ago)
6605
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov