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)
commit3544eb88d98d641169b59babbd08db723881c02b
tree58d7595995c00bbc85f94540b28073da77f1b728
parentf54946a02882c88d74808c427f851b66d796b0f1
parent14a19b2369d498c1540891f9621d4e6a83c31bd7
Merge: lib/core/text: add memset to `CString`

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