Change VTCP_Check() to take a ssize_t
Since the input value is sometimes the result of a read()/write() call, avoid truncating the ssize_t value on calling it.
Showing
Please register or sign in to comment
Since the input value is sometimes the result of a read()/write() call, avoid truncating the ssize_t value on calling it.