blues/ja/unpack.h

10 lines
151 B
C
Executable File

#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
extern int unpack(const char *filename, uint8_t *dst, int size);
#endif /* UNPACK_H__ */