X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=string.h;h=128376995c0b45c1b565ba4527a8fdec0fd0aa2a;hp=1eb8f0150d92a690850e0f3b20cdb31a37f20e8b;hb=e302759338931fca58ee2497dbcc7c86ef6963bf;hpb=4113e8c585d3da46bfa5326b866621cff854a737 diff --git a/string.h b/string.h index 1eb8f01..1283769 100644 --- a/string.h +++ b/string.h @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file string.h exported sybmols from string.c */ +/** \file string.h \brief Exported sybmols from string.c */ __must_check __malloc void *adu_realloc(void *p, size_t size); __must_check __malloc void *adu_malloc(size_t size);