readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 27 行
TXT
27 行
## # untar information## Author: Jake Janovetz 7.6.1999## $Id: README,v 1.1 1999/07/09 17:23:15 joel Exp $#untar.c contains two procedures for extracting files from a UNIXtar file: int Untar_FromMemory(unsigned char *tar_buf, unsigned long size); int Untar_FromFile(char *tar_name);Untar_FromMemory(...) takes its input from a chunk of allocated memory.This is particularly useful when the tar is stored in Flash memory orcomes from the FTP daemon by way of a hook.Untar_FromFile(...) is identical except the source is from an existingfile. The fully qualified filename is passed through char *tar_name.BUGS: Please email janovetz@uiuc.edu-----
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?