学霸
发布时间:2016-03-01 22:10:41
地址转换函数:在ASCII地址字符串(IPv4的点分十进制或IPv6的格式)与网络字节序的二进制值之间的转换 a:ASCILL n:network//inet_aton/inet_addr/inet_ntoa 适用于IPv4int inet_aton(const char *cp, struct in_addr *inp);返回值:成功(cp有效)返回1,否则为0注意:如果inp为.........【阅读全文】
发布时间:2015-08-10 00:53:22
source file app.c fun.c fun.h(source codes are in the attachment)
----------static library(method 1)
gcc -c fun.c
gcc -c app.c
ar cr -o libfun.a fun.o
gcc -o app app.o -L. -lfun
app size is 7453
ldd app
linux-gate.so.1 => (0xb7792000).........【阅读全文】
发布时间:2015-07-31 10:34:33
<div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code710')">此处</span>)折叠或打开</p></div><div id="code710" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style="color:.........【阅读全文】