Rune - Add strdup(), strcmp(), strncmp()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 18 Aug 2016 16:38:32 +0000 (09:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 18 Aug 2016 17:59:32 +0000 (10:59 -0700)
commit5acbb6b7e13dc41520d7a7dffc24348d1d5e6d2f
tree6161d7e65a6199419e6c311db7d99a2b96a3a16d
parent4b1b93d4758e9f77797616977c1348235198f563
Rune - Add strdup(), strcmp(), strncmp()

* Add strdup(), strcmp(), strncmp()

* Flag string functions which can be pure.
classes/sys/str.d
tests/str1.d [new file with mode: 0755]