OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [libmisc/] [untar/] [README] - Blame information for rev 158

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
#
2
#
3
#  untar information
4
#
5
#  Author: Jake Janovetz 7.6.1999
6
#
7
#  $Id: README,v 1.1.1.1 2001-07-10 09:57:27 chris Exp $
8
#
9
 
10
untar.c contains two procedures for extracting files from a UNIX
11
tar file:
12
 
13
    int Untar_FromMemory(unsigned char *tar_buf, unsigned long size);
14
    int Untar_FromFile(char *tar_name);
15
 
16
Untar_FromMemory(...) takes its input from a chunk of allocated memory.
17
This is particularly useful when the tar is stored in Flash memory or
18
comes from the FTP daemon by way of a hook.
19
 
20
Untar_FromFile(...) is identical except the source is from an existing
21
file.  The fully qualified filename is passed through char *tar_name.
22
 
23
 
24
 
25
BUGS: Please email janovetz@uiuc.edu
26
-----

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.