diff options
| author | Patrick | 2023-05-16 17:03:50 +0200 |
|---|---|---|
| committer | Patrick | 2023-05-16 17:03:50 +0200 |
| commit | 7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb (patch) | |
| tree | 3a634529c1bee00d2ea98f7d42d9b8cfca6a1410 /src/matrix.h | |
| parent | d43e8671acc5709c192e159e0d91626f0677cdf1 (diff) | |
| download | matrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.tar.gz matrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.zip | |
refactor fixedbuffer, add mjson
Diffstat (limited to 'src/matrix.h')
| -rw-r--r-- | src/matrix.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/matrix.h b/src/matrix.h index d61c59b..5f53e0e 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -6,18 +6,7 @@ #include <olm/olm.h>
-
-
-
-
-typedef struct FixedBuffer {
- void * ptr;
- int size;
- int len;
-} FixedBuffer;
-
-FixedBuffer
-FixedBuf(const char * str);
+#include "fixedbuffer.h"
|
