websockets icon indicating copy to clipboard operation
websockets copied to clipboard

A C websockets library (client and server)

Results 1 websockets issues
Sort by recently updated
recently updated
newest added

In test_common.c, sprintf uses the "%i" formatter for a size_t. On certain compilers (i.e. gcc 13.2.0 on my build machine), this causes a warning. In CMakeLists.txt, warnings are set to...