摘要:
详见:http://pic.dhe.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.kerneltechref%2Fdoc%2Fktechrf1%2Fcopyin.htmcopyin Kernel ServicePurposeCopies data between user and kernel memory.Syntax#include #include int copyin ( uaddr,kaddr,count)char *uaddr;char *kaddr;int count;ParametersItemDescri 阅读全文
摘要:
ints,i,len,err=0这个是只给err赋了值还是这四个都有? 阅读全文
摘要:
c语言中 ->符号是什么意思? 比如c=a->ba为结构体或联合体的指针,->表示调用其成员 阅读全文