From 972845e2ecba5a46e33ad25934399d50bd63bdca Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 5 Apr 2026 21:40:09 -0400 Subject: feat: Function to write tags by themselves Added a function to write tags by themselves as a shorthand since writing tags only is useful. --- include/matfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/matfile.h b/include/matfile.h index b92cd3a..6f062b1 100644 --- a/include/matfile.h +++ b/include/matfile.h @@ -91,6 +91,7 @@ typedef struct { } mArrayFlags_t; bool write_header(FILE *file); +bool write_tag(FILE *file, mTag_t tag); bool write_data(FILE *file, mData_t data); bool write_small_data(FILE *file, mSmallData_t data); -- cgit v1.2.3