⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻
字号:
##  #  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -