Re: [Qemu-devel] [PATCH] qemu-common.h: Document cutils.c string functions
19.07.2015 23:34, Peter Maydell wrote: > Add documentation comments for various utility string functions > which we have implemented in util/cutils.c Applied to -trivial, thanks! /mjt
Re: [Qemu-devel] [PATCH] qemu-common.h: Document cutils.c string functions
On 07/19/2015 02:34 PM, Peter Maydell wrote: > Add documentation comments for various utility string functions > which we have implemented in util/cutils.c: > pstrcpy() > strpadcpy() > pstrcat() > strstart() > stristart() > qemu_strnlen() > qemu_strsep() > > Signed-off-by: Peter Maydell >