Merge: lib/core/text: add memset to `CString`
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:13:51 +0000 (23:13 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:13:51 +0000 (23:13 -0400)
Memset is an operation used for setting bytes to a particular value.

Since it was not defined on CStrings, we add it.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>

Pull-Request: #2668


Trivial merge