Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. loraron

    problem with strncpy function

    I do strncpy from one buff to another. On some length of source buffer in the second buffer appears additional characters at the end. Code is very simple and clear: len=strlen(argv[2]); param=(char*)malloc(sizeof(char*)*(len+1)); strcpy(param,argv[2])...

Part and Inventory Search

Back
Top