Hi all,
I have the following scenario but strlcpy is not supported in GCC4.1 and that's the C compiler i am using .
Does anyone know of a similar way this canbe achieved ..
if (strlcpy(addr.s path, options.cpath,
sizeof(addr.spa th)) >= sizeof(addr.spa th)
I have the following scenario but strlcpy is not supported in GCC4.1 and that's the C compiler i am using .
Does anyone know of a similar way this canbe achieved ..
if (strlcpy(addr.s path, options.cpath,
sizeof(addr.spa th)) >= sizeof(addr.spa th)
Comment