blues/ja/unpack.h

10 lines
151 B
C
Raw Normal View History

2018-07-08 16:08:53 +02:00
#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
2018-12-16 13:34:03 +01:00
extern int unpack(const char *filename, uint8_t *dst, int size);
2018-07-08 16:08:53 +02:00
#endif /* UNPACK_H__ */