This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
#6378-
AVL Tree
Message #6444
Eco C's documentation doesn't address that point, but if its coded as a variation of strcpy(), a zero byte will cause it to quit.
#6378-
AVL Tree
Message #6444
Eco C's documentation doesn't address that point, but if its coded as a variation of strcpy(), a zero byte will cause it to quit.
The strncpy() function supplied in the libraries of most compilers performs the same job. Okay, its going to be written in C instead of assembly, but its a solution to his problem.