mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 12:49:54 +00:00
8 lines
114 B
C
8 lines
114 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
extern void header_skip(const file_header_t *file_header)
|
|
{
|
|
return;
|
|
}
|