strncpy & strlen

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
Post your code.
Have youn included string.h?
Topic archived. No new replies allowed.