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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libmisc/] [untar/] [README] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#
3
#  untar information
4
#
5
#  Author: Jake Janovetz 7.6.1999
6
#
7
#  $Id: README,v 1.2 2001-09-27 12:01:46 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.