10 lines
141 B
C
10 lines
141 B
C
|
|
||
|
#ifndef UNPACK_H__
|
||
|
#define UNPACK_H__
|
||
|
|
||
|
#include "intern.h"
|
||
|
|
||
|
extern int unpack(const char *filename, uint8_t *dst);
|
||
|
|
||
|
#endif /* UNPACK_H__ */
|