Hi,
i have one program that i develop using windows-ms visual studio 2005.
i got no error while using the strncpy and strlen syntax.
but when i compile it in LINUX, i got this type of error
-strlen was not declared in this scope
-strncpy was not declared in this scope
any idea? thanks
Have youn included string.h?