Qt provides routines like qstrcpy(), qstrlen(), etc, effectively duplicating the standard C library routines of the same name (sans "q"). The only provided hint as to their purpose is "a safe strlen() function". "Safe" as to what?