Closed corburn closed 7 years ago
Do I understand that you pasted this into cdecl and got the above error? cdecl understands C declarations, but not preprocessor defines or other C constructs. In this case it's erroring on the ->
operator.
Yes, I incorrectly assumed it should understand these.
The above snippet was copied from Understanding Linux Network Internals. It is a type cast for writing data to a socket buffer control buffer.