aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/StringCopy.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-21Added ELEMENTS macro and use it to clarify determining size of arrays.Neil Hodgson1-0/+3
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-0/+33
guaranty termination where possible.