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
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
>
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
---
We recommend pstrcpy() &c in HACKING but that's not very helpful