mirror of
https://github.com/djhackersdev/saltytools.git
synced 2026-03-22 02:04:14 -05:00
8 lines
136 B
C
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);
|