On Apr 19 23:49, Martin Johansen wrote:
> Hi.
>
> I am experiencing problems using strcat and strncat.
>
> For some reason, these functions do not appent a zero.
$ cat > str.c << EOF
? #include
? #include
?
? int
? main ()
? {
? char c1[100], c2[100];
?
? memset (c1, 0xff, 100);
? mems
Hi.
I am experiencing problems using strcat and strncat.
For some reason, these functions do not appent a zero.
I am using sprintf for now, but this is not an elegant solution.
How can I fix cygwin to handle these simple functions?
Thanks!
--
Unsubscribe info: http://cygwin.com/ml/#unsub
2 matches
Mail list logo