###### (This function is part of SDL_net, a separate library from SDL.)
# NET_GetVersion

This function gets the version of the dynamically linked SDL_net library.

## Header File

Defined in [<SDL3_net/SDL_net.h>](https://github.com/libsdl-org/SDL_net/blob/main/include/SDL3_net/SDL_net.h)

## Syntax

```c
int NET_GetVersion(void);
```

## Return Value

(int) Returns SDL_net version.

## Version

This function is available since SDL_net 3.0.0.

----
[CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategorySDLNet](CategorySDLNet)