damus.h (273B)
1 // 2 // damus.h 3 // damus 4 // 5 // Created by William Casarin on 2022-10-17. 6 // 7 8 #ifndef damus_h 9 #define damus_h 10 11 #include <stdio.h> 12 #include "block.h" 13 14 typedef unsigned char u8; 15 16 int damus_parse_content(struct note_blocks *blocks, const char *content); 17 18 #endif /* damus_h */