add: ByteStr uses Allocator
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "lae_strings.h"
|
||||
#include "lae_allocator.h"
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -6,4 +7,6 @@ struct ByteStr {
|
||||
uint8_t* buf;
|
||||
size_t len;
|
||||
size_t cap;
|
||||
|
||||
Allocator allocator;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user