Unix/Linux編程實踐教程(三:代碼、測試)

測試logfilec.c的時候,有個sendto(sock,msg,strlen(msg),0,&addr,addrlen),編譯時提示: logfilec.c:30: warning: passing argument 5 of ‘sendto’ from incompatible pointer type   但是書上是這樣寫的,在stackoverflow搜了一下,原來是: 需要進行一個轉換
相關文章
相關標籤/搜索