###### (This function is part of SDL_net, a separate library from SDL.) # SDLNet_Version This function gets the version of the dynamically linked SDL_net library. ## Header File Defined in [](https://github.com/libsdl-org/SDL_net/blob/main/include/SDL3_net/SDL_net.h) ## Syntax ```c int SDLNet_Version(void); ``` ## Return Value (int) Returns SDL_net version. ## Version This function is available since SDL_net 3.0.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction)