Re: Cygwin (december 2003 version) and strcat

2004-04-20 Thread Corinna Vinschen
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

Cygwin (december 2003 version) and strcat

2004-04-19 Thread Martin Johansen
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