From: Andre Noll Date: Mon, 26 May 2008 20:51:43 +0000 (+0200) Subject: Get rid of string.c and string.h. X-Git-Tag: v0.1.0~108 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=02e6053e5976c6aa4bf538f3469335835d54e478;hp=02e6053e5976c6aa4bf538f3469335835d54e478;p=osl.git Get rid of string.c and string.h. These function contained only the malloc wrappers which exited on allocation failures which is not an acceptable behaviour for a library. We must therefore bite the bullet and check the return values in the callers. ---