History log of /seL4-camkes-master/tools/rumprun/include/bmk-core/string.h
Revision Date Author Comments
# 1635e010 29-May-2015 Antti Kantee <pooka@iki.fi>

+ bmk_memrchr()


# 1fc7ffb7 29-May-2015 Antti Kantee <pooka@iki.fi>

add bmk_strtoul() to bmk-core


# 6845c662 15-Apr-2015 Antti Kantee <pooka@iki.fi>

add memchr() to string operations


# 70337725 05-Apr-2015 Antti Kantee <pooka@iki.fi>

Add copyright/license.

Better late than never ...


# 24e15400 25-Mar-2015 Antti Kantee <pooka@iki.fi>

Separate bmk-common to bmk-base and bmk-core, mirroring the libs

This mechanical change makes it easy to look at the headers and determine
at which layer a file is, instead of having to wonder if some bmk-common
interface is provided by -base or -core.