saltytools/573file/prop-binary-reader.h
2023-11-19 13:25:39 -05:00

8 lines
136 B
C

#pragma once
#include <stddef.h>
#include "573file/prop.h"
int prop_binary_parse(struct prop **p, const void *bytes, size_t nbytes);