OSDN Git Service

Add tests for strcpy and strcat.
authorChristopher Ferris <cferris@google.com>
Thu, 11 Jul 2013 22:14:42 +0000 (15:14 -0700)
committerChristopher Ferris <cferris@google.com>
Mon, 15 Jul 2013 21:44:55 +0000 (14:44 -0700)
commitdb758708b46eef49bc24ca4926958a34b28c5376
treede55f89510a7d758442b683c4b249c95a2208d0a
parentecd2c8f2fdebcfcbbfda1727c09d221d76de1ce7
Add tests for strcpy and strcat.

Also convert all of the different string length defines to a single
string length macro.

Move the string alignment loop to the top and make all alignment structures
const.

Merge from internal master.

(cherry-picked from 1c33ae7ce88efc23b627f5fdb74afc461fc8e4f5)

Change-Id: I973795cfff55975574dd1b17cc9b25d9f6932873
libc_test/main.cpp