Find the answer to your Linux question:
Results 1 to 2 of 2
/usr/include/string.h:85: error: declaration for parameter âstrcpyâ but no such parameter /usr/include/string.h:67: error: declaration for parameter âmemchrâ but no such parameter /usr/include/string.h:63: error: declaration for parameter âmemcmpâ but no such parameter ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    3

    error: declaration for parameter 'strcpy' but no such parameter

    /usr/include/string.h:85: error: declaration for parameter âstrcpyâ but no such
    parameter
    /usr/include/string.h:67: error: declaration for parameter âmemchrâ but no such
    parameter
    /usr/include/string.h:63: error: declaration for parameter âmemcmpâ but no such
    parameter
    /usr/include/string.h:59: error: declaration for parameter âmemsetâ but no such
    parameter
    /usr/include/string.h:53: error: declaration for parameter âmemccpyâ but no such
    parameter
    /usr/include/string.h:44: error: declaration for parameter âmemmoveâ but no such
    parameter
    /usr/include/string.h:40: error: declaration for parameter âmemcpyâ but no such
    parameter


    This is a portion of my compiler output. Couldn't get the reason for this.

    Couldn't somebody help me out on this.
    Thanks in advance.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Please show the code and the command line to compile it.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...