mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lbutils: rename mkrbuf to rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -396,9 +396,9 @@ int dcat(const char *s, size_t n,
|
||||
|
||||
unsigned short hextonum(char ch_s);
|
||||
void spew_hex(const void *data, size_t len);
|
||||
void *mkrbuf(size_t n);
|
||||
void *rmalloc(size_t n);
|
||||
void rset(void *buf, size_t n);
|
||||
void *mkrbuf(size_t n);
|
||||
void *rmalloc(size_t n);
|
||||
char *mkrstr(size_t n);
|
||||
size_t rsize(size_t n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user