1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/include
Andy Green 454adf55ef lws_ptr_diff_size_t
lws_ptr_diff() is a very handy helper reducing the pointer delta to an int
count of bytes... however many times we actually want a size_t count of bytes
since that's the type of the argument we're trying to feed.

Let's establish a variant that naturally issues size_t.
2020-12-24 16:14:24 +00:00
..
libwebsockets lws_ptr_diff_size_t 2020-12-24 16:14:24 +00:00
libwebsockets.h windows: WSA loop fixes 2020-10-08 14:52:54 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00