mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-02 19:23:09 +03:00
6 lines
103 B
C
6 lines
103 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void zrif_decode(const char* str, uint8_t* rif, uint32_t rif_size);
|