Searched hist:"779 f8b0d2a3b6cafecd3837c354b8620f904ab15" (Results 1 – 1 of 1) sorted by relevance
/freebsd/include/ |
H A D | string.h | diff 779f8b0d2a3b6cafecd3837c354b8620f904ab15 Fri Jul 23 04:20:05 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Mark functions pure where applicable. A notable exclusion is strcoll(), which is not strictly pure because it calls malloc()/free() in some cases. diff 779f8b0d2a3b6cafecd3837c354b8620f904ab15 Fri Jul 23 04:20:05 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Mark functions pure where applicable. A notable exclusion is strcoll(), which is not strictly pure because it calls malloc()/free() in some cases.
|