搜索资源列表
file-3.33.tar
- Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
file-3.22-src.tar
- Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
fileutils-3.15.tar
- Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
diffutils-2.7.tar
- Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
myshell_v0.3
- 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 prototype, the basic function i
get-device-info
- 这是一个获取硬件信息的函数,用于获取使用dmidecode命令获得的硬件信息 getDevInfo.c中有一个函数get_device_info,其原型如下 int get_device_info(const char *device,const char *item,char *mybuf,int buffsize) 请在main函数中包涵头文件 getDevInfo.c 使用此函数 -This is a function to obtain hard
ca_cms
- Updated template. Updated function prototype for code_10i40_35bits. Added extern declaration for gray[] defined in gray_tbl.c.