NET_Version - Man Page
This function gets the version of the dynamically linked SDL_net library.
Synopsis
#include <SDL3_net/SDL_net.h> int NET_Version(void);
Return Value
Returns SDL_net version.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL_net 3.0.0.
Referenced By
SDL_net 3.2.0 SDL_net3 FUNCTIONS