Null-terminated string: Difference between revisions

Content deleted Content added
Ktracy (talk | contribs)
mNo edit summary
Ktracy (talk | contribs)
mNo edit summary
Line 24:
The functions included in <cstring> are as follows:
 
'''Copying:'''
 
memcpy Copies a block of memory
 
memmove Move block of memory
Line 35:
 
 
'''Concatenation:'''
 
strcat Concatenate strings
Line 42:
 
 
'''Comparison:'''
 
memcmp Compare two blocks of memory
Line 55:
 
 
'''Searching:'''
 
memchr Locate character in block of memory
Line 74:
 
 
'''Other:'''
 
memset Fill block of memory