- 0
- 0
- 约5.71千字
- 约 38页
- 2019-08-23 发布于广东
- 举报
* System service call (disk) C Programs: main() { // call CreateFile // by the C library, to // create a file on disk CreateFile(“a.txt”) } Borland C library: Int CreateFile(…) { // call NtCreateFile, // provided by NT to // create a file NtCreateFile(…); } NT library: Void NtCreateFile(…) { // call NtInternalCreateFile, that in turn will // call the file system driver and the disk // driver to create a file on a disk NtInternalCreateFile(…); } * System service calls (network) C Programs: main() { so = createsocket(); send(so, “text”); close(so); } Borland C library: int creat
您可能关注的文档
- 2018年秋八年级(安徽)英语上册作业:第3章 单元写作指导.ppt
- 2018年秋九年级数学华师大版上册第23章综合检测题.ppt
- 2018年秋一年级上册数学习题第8单元 第2课时 9、8、7、6加几的专项练习.ppt
- 2018年秋语文(河南)八年级上册渡荆门送别.ppt
- 2018秋八年级数学上册基本功专项训练8习题.ppt
- 二年级上册数学第1单元 加减混合运算.ppt
- 二年级上册数学作业-1.表内乘法(一) 第6课时 3的乘法口决.ppt
- 高中物理必修一《3.4力的合成》说课.ppt
- 高中英语必修1 Unit4 Earthquakes Learning about language& Grammar.ppt
- 六年级上册数学习题8数学广角(数与形) 第2课时.ppt
原创力文档

文档评论(0)