tjr 2004-07-23 02:20:05 UTC FreeBSD src repository Modified files: include string.h Log: Mark functions pure where applicable. A notable exclusion is strcoll(), which is not strictly pure because it calls malloc()/free() in some cases. Revision Changes Path 1.20 +13 -13 src/include/string.h