###### (This function is part of SDL_rtf, a separate library from SDL.)
# RTF_Version

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

## Header File

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

## Syntax

```c
int RTF_Version(void);
```

## Return Value

(int) Returns SDL_rtf version.

## Version

This function is available since SDL_rtf 3.0.0.

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