| commit | ab6036630865eff8bb12dd51dfa6921b4607fc81 | [log] [tgz] |
|---|---|---|
| author | Peter Maydell <peter.maydell@linaro.org> | Sun Jul 19 21:34:22 2015 +0100 |
| committer | Michael Tokarev <mjt@tls.msk.ru> | Mon Jul 27 22:44:47 2015 +0300 |
| tree | db0b33531387f92541b32eeee5da831a17a8fa2b | |
| parent | cc47a16bcbbc2d1f79511799ca3625c6522f5838 [diff] |
qemu-common.h: Document cutils.c string functions 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 <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>