Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <tar.h>
#include <string.h>
Functions | |
int | tarFilesize (char *octalsize) |
int | tarListFiles (struct tar *archive, char *filelist, int nentries) |
struct tar * | tarGetFile (struct tar *archive, char *filename) |
int | tarGetFilesize (struct tar *file) |
int | tarGetData (struct tar *file, char *buffer, uint size) |