2011年11月21日星期一

Linux Chapter3

file operation
open,close,read,write,ioctl:这五个是系统调用
/dev/null,/dev/tty,/dev/console
弹出光驱eject
now we use standard io library     这些是库函数
#include<stdio.h>
fopen
fclose
fread
fwrite

没有评论:

发表评论