Login
1 branch 0 tags
Ben (Desktop/Arch) Fixed some memory issues and added valgrind 1bc241d 29 days ago 83 Commits
moon / src / metadata / helper.h
#include <stddef.h>
#include <stdint.h>

uint32_t read_be32(const uint8_t* buf);
void trim_trailing(char* str);