X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/d43e8671acc5709c192e159e0d91626f0677cdf1..7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb:/src/matrix.h 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 - - - - -typedef struct FixedBuffer { - void * ptr; - int size; - int len; -} FixedBuffer; - -FixedBuffer -FixedBuf(const char * str); +#include "fixedbuffer.h"