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